Class AbstractSassCommandBuilder
- java.lang.Object
-
- com.github.cleydyr.dart.command.builder.AbstractSassCommandBuilder
-
- All Implemented Interfaces:
SassCommandBuilder
public abstract class AbstractSassCommandBuilder extends Object implements SassCommandBuilder
-
-
Constructor Summary
Constructors Constructor Description AbstractSassCommandBuilder()
-
Method Summary
-
-
-
Method Detail
-
withLoadPath
public SassCommandBuilder withLoadPath(Path loadPath)
- Specified by:
withLoadPathin interfaceSassCommandBuilder
-
withStyle
public SassCommandBuilder withStyle(Style style)
- Specified by:
withStylein interfaceSassCommandBuilder
-
withNoCharset
public SassCommandBuilder withNoCharset(boolean noCharsetEnabled)
- Specified by:
withNoCharsetin interfaceSassCommandBuilder
-
withErrorCSS
public SassCommandBuilder withErrorCSS(boolean errorCSSEnabled)
- Specified by:
withErrorCSSin interfaceSassCommandBuilder
-
withUpdate
public SassCommandBuilder withUpdate(boolean updateEnabled)
- Specified by:
withUpdatein interfaceSassCommandBuilder
-
withNoSourceMap
public SassCommandBuilder withNoSourceMap(boolean noSourceMapEnabled)
- Specified by:
withNoSourceMapin interfaceSassCommandBuilder
-
withSourceMapURLs
public SassCommandBuilder withSourceMapURLs(SourceMapURLs sourceMapURLs)
- Specified by:
withSourceMapURLsin interfaceSassCommandBuilder
-
withEmbedSources
public SassCommandBuilder withEmbedSources(boolean embedSourcesEnabled)
- Specified by:
withEmbedSourcesin interfaceSassCommandBuilder
-
withEmbedSourceMap
public SassCommandBuilder withEmbedSourceMap(boolean embedSourceMapEnabled)
- Specified by:
withEmbedSourceMapin interfaceSassCommandBuilder
-
withStopOnError
public SassCommandBuilder withStopOnError(boolean stopOnErrorEnabled)
- Specified by:
withStopOnErrorin interfaceSassCommandBuilder
-
withColor
public SassCommandBuilder withColor(boolean colorEnabled)
- Specified by:
withColorin interfaceSassCommandBuilder
-
withNoUnicode
public SassCommandBuilder withNoUnicode(boolean noUnicodeEnabled)
- Specified by:
withNoUnicodein interfaceSassCommandBuilder
-
withQuiet
public SassCommandBuilder withQuiet(boolean quietEnabled)
- Specified by:
withQuietin interfaceSassCommandBuilder
-
withQuietDeps
public SassCommandBuilder withQuietDeps(boolean quietDepsEnabled)
- Specified by:
withQuietDepsin interfaceSassCommandBuilder
-
withTrace
public SassCommandBuilder withTrace(boolean traceEnabled)
- Specified by:
withTracein interfaceSassCommandBuilder
-
withPaths
public SassCommandBuilder withPaths(Path inputFilePath, Path outputFilePath)
- Specified by:
withPathsin interfaceSassCommandBuilder
-
build
public SassCommand build()
- Specified by:
buildin interfaceSassCommandBuilder
-
getSassCommandInstance
protected abstract AbstractSassCommand getSassCommandInstance()
-
-