public class Options extends Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getFunctionProviders() |
List<Importer> |
getHeaderImporters() |
Collection<Importer> |
getImporters() |
List<File> |
getIncludePaths() |
String |
getIndent() |
String |
getLinefeed() |
OutputStyle |
getOutputStyle()
Return the output style.
|
String |
getPluginPath() |
int |
getPrecision()
Return the fractional numbers precision.
|
URI |
getSourceMapFile()
Return the source map file.
|
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(List<Object> functionProviders) |
void |
setHeaderImporters(List<Importer> headerImporters) |
void |
setImporters(Collection<Importer> importers) |
void |
setIncludePaths(List<File> includePaths) |
void |
setIndent(String indent) |
void |
setIsIndentedSyntaxSrc(boolean isIndentedSyntaxSrc) |
void |
setLinefeed(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(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(URI sourceMapFile)
Set the source map file.
|
void |
setSourceMapRoot(URI sourceMapRoot) |
public Collection<Importer> getImporters()
public void setImporters(Collection<Importer> importers)
public String getIndent()
public void setIndent(String indent)
public boolean isIndentedSyntaxSrc()
public void setIsIndentedSyntaxSrc(boolean isIndentedSyntaxSrc)
public String getLinefeed()
public void setLinefeed(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 String getPluginPath()
public void setPluginPath(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 URI getSourceMapFile()
public void setSourceMapFile(URI sourceMapFile)
sourceMapFile - The source map file or null to disable source map generation.public URI getSourceMapRoot()
public void setSourceMapRoot(URI sourceMapRoot)
Copyright © 2016 bit3. All rights reserved.