Interface SassCommandBuilder
-
- All Known Implementing Classes:
AbstractSassCommandBuilder
public interface SassCommandBuilder
-
-
Method Summary
-
-
-
Method Detail
-
withLoadPath
SassCommandBuilder withLoadPath(Path loadPath)
-
withStyle
SassCommandBuilder withStyle(Style style)
-
withNoCharset
SassCommandBuilder withNoCharset(boolean enabled)
-
withErrorCSS
SassCommandBuilder withErrorCSS(boolean enabled)
-
withUpdate
SassCommandBuilder withUpdate(boolean updateEnabled)
-
withNoSourceMap
SassCommandBuilder withNoSourceMap(boolean noSourceMapEnabled)
-
withSourceMapURLs
SassCommandBuilder withSourceMapURLs(SourceMapURLs sourceMapUrls)
-
withEmbedSources
SassCommandBuilder withEmbedSources(boolean embedSourcesEnabled)
-
withEmbedSourceMap
SassCommandBuilder withEmbedSourceMap(boolean embedSourceMapEnabled)
-
withStopOnError
SassCommandBuilder withStopOnError(boolean stopOnErrorEnabled)
-
withColor
SassCommandBuilder withColor(boolean colorEnabled)
-
withNoUnicode
SassCommandBuilder withNoUnicode(boolean noUnicodeEnabled)
-
withQuiet
SassCommandBuilder withQuiet(boolean quietEnabled)
-
withQuietDeps
SassCommandBuilder withQuietDeps(boolean quietDepsEnabled)
-
withTrace
SassCommandBuilder withTrace(boolean traceEnabled)
-
withPaths
SassCommandBuilder withPaths(Path inputFilePath, Path outputFilePath)
-
withWatch
SassCommandBuilder withWatch(boolean watchEnabled)
-
withPoll
SassCommandBuilder withPoll(boolean pollEnabled)
-
build
SassCommand build() throws SassCommandException
- Throws:
SassCommandException
-
-