public class Options
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getFunctionProviders() |
java.util.List<Importer> |
getHeaderImporters() |
java.util.Collection<Importer> |
getImporters() |
java.util.List<java.io.File> |
getIncludePaths() |
java.lang.String |
getIndent() |
java.lang.String |
getLinefeed() |
OutputStyle |
getOutputStyle()
Return the output style.
|
java.lang.String |
getPluginPath() |
int |
getPrecision()
Return the fractional numbers precision.
|
java.net.URI |
getSourceMapFile()
Return the source map file.
|
java.net.URI |
getSourceMapRoot() |
boolean |
isIndentedSyntaxSrc() |
boolean |
isOmitSourceMapUrl()
Determine if sourceMappingUrl is omitted in css output.
|
boolean |
isSourceComments()
Determine if inline source comments are generated.
|
boolean |
isSourceMapContents() |
boolean |
isSourceMapEmbed()
Determine if source map is embedded into css output.
|
void |
setFunctionProviders(java.util.List<java.lang.Object> functionProviders) |
void |
setHeaderImporters(java.util.List<Importer> headerImporters) |
void |
setImporters(java.util.Collection<Importer> importers) |
void |
setIncludePaths(java.util.List<java.io.File> includePaths) |
void |
setIndent(java.lang.String indent) |
void |
setIsIndentedSyntaxSrc(boolean isIndentedSyntaxSrc) |
void |
setLinefeed(java.lang.String linefeed) |
void |
setOmitSourceMapUrl(boolean omitSourceMapUrl)
Set if sourceMappingUrl should be omitted in css output.
|
void |
setOutputStyle(OutputStyle outputStyle)
Set the output style.
|
void |
setPluginPath(java.lang.String pluginPath) |
void |
setPrecision(int precision)
Set the fractional numbers precision.
|
void |
setSourceComments(boolean sourceComments)
Set if inline source comments should generated.
|
void |
setSourceMapContents(boolean sourceMapContents) |
void |
setSourceMapEmbed(boolean sourceMapEmbed)
Set if source map is embedded into css output.
|
void |
setSourceMapFile(java.net.URI sourceMapFile)
Set the source map file.
|
void |
setSourceMapRoot(java.net.URI sourceMapRoot) |
public java.util.List<java.lang.Object> getFunctionProviders()
public void setFunctionProviders(java.util.List<java.lang.Object> functionProviders)
public java.util.List<Importer> getHeaderImporters()
public void setHeaderImporters(java.util.List<Importer> headerImporters)
public java.util.Collection<Importer> getImporters()
public void setImporters(java.util.Collection<Importer> importers)
public java.util.List<java.io.File> getIncludePaths()
public void setIncludePaths(java.util.List<java.io.File> includePaths)
public java.lang.String getIndent()
public void setIndent(java.lang.String indent)
public boolean isIndentedSyntaxSrc()
public void setIsIndentedSyntaxSrc(boolean isIndentedSyntaxSrc)
public java.lang.String getLinefeed()
public void setLinefeed(java.lang.String linefeed)
public boolean isOmitSourceMapUrl()
public void setOmitSourceMapUrl(boolean omitSourceMapUrl)
omitSourceMapUrl - Omit the sourceMappingUrl in css output.public OutputStyle getOutputStyle()
public void setOutputStyle(OutputStyle outputStyle)
outputStyle - The output style.public java.lang.String getPluginPath()
public void setPluginPath(java.lang.String pluginPath)
public int getPrecision()
public void setPrecision(int precision)
precision - The fractional numbers precision.public boolean isSourceComments()
public void setSourceComments(boolean sourceComments)
sourceComments - true if inline source comments should generated.public boolean isSourceMapContents()
public void setSourceMapContents(boolean sourceMapContents)
public boolean isSourceMapEmbed()
public void setSourceMapEmbed(boolean sourceMapEmbed)
sourceMapEmbed - Embed source map into css output.public java.net.URI getSourceMapFile()
public void setSourceMapFile(java.net.URI sourceMapFile)
sourceMapFile - The source map file or null to disable source map generation.public java.net.URI getSourceMapRoot()
public void setSourceMapRoot(java.net.URI sourceMapRoot)