Class AbstractSassCommandBuilder
java.lang.Object
com.github.cleydyr.dart.command.builder.AbstractSassCommandBuilder
- All Implemented Interfaces:
SassCommandBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(DartSassReleaseParameter dartSassReleaseParameter) protected abstract AbstractSassCommandgetSassCommandInstance(DartSassReleaseParameter dartSassReleaseParameter) withColor(boolean colorEnabled) withEmbedSourceMap(boolean embedSourceMapEnabled) withEmbedSources(boolean embedSourcesEnabled) withErrorCSS(boolean errorCSSEnabled) withLoadPath(Path loadPath) withNoCharset(boolean noCharsetEnabled) withNoSourceMap(boolean noSourceMapEnabled) withNoUnicode(boolean noUnicodeEnabled) withPoll(boolean pollEnabled) withQuiet(boolean quietEnabled) withQuietDeps(boolean quietDepsEnabled) withSourceMapURLs(SourceMapURLs sourceMapURLs) withStopOnError(boolean stopOnErrorEnabled) withTrace(boolean traceEnabled) withUpdate(boolean updateEnabled) withWatch(boolean watchEnabled)
-
Constructor Details
-
AbstractSassCommandBuilder
public AbstractSassCommandBuilder()
-
-
Method Details
-
withLoadPath
- Specified by:
withLoadPathin interfaceSassCommandBuilder
-
withStyle
- Specified by:
withStylein interfaceSassCommandBuilder
-
withNoCharset
- Specified by:
withNoCharsetin interfaceSassCommandBuilder
-
withErrorCSS
- Specified by:
withErrorCSSin interfaceSassCommandBuilder
-
withUpdate
- Specified by:
withUpdatein interfaceSassCommandBuilder
-
withNoSourceMap
- Specified by:
withNoSourceMapin interfaceSassCommandBuilder
-
withSourceMapURLs
- Specified by:
withSourceMapURLsin interfaceSassCommandBuilder
-
withEmbedSources
- Specified by:
withEmbedSourcesin interfaceSassCommandBuilder
-
withEmbedSourceMap
- Specified by:
withEmbedSourceMapin interfaceSassCommandBuilder
-
withStopOnError
- Specified by:
withStopOnErrorin interfaceSassCommandBuilder
-
withColor
- Specified by:
withColorin interfaceSassCommandBuilder
-
withNoUnicode
- Specified by:
withNoUnicodein interfaceSassCommandBuilder
-
withQuiet
- Specified by:
withQuietin interfaceSassCommandBuilder
-
withQuietDeps
- Specified by:
withQuietDepsin interfaceSassCommandBuilder
-
withTrace
- Specified by:
withTracein interfaceSassCommandBuilder
-
withPaths
- Specified by:
withPathsin interfaceSassCommandBuilder
-
withWatch
- Specified by:
withWatchin interfaceSassCommandBuilder
-
withPoll
- Specified by:
withPollin interfaceSassCommandBuilder
-
build
public SassCommand build(DartSassReleaseParameter dartSassReleaseParameter) throws SassCommandException - Specified by:
buildin interfaceSassCommandBuilder- Throws:
SassCommandException
-
getSassCommandInstance
protected abstract AbstractSassCommand getSassCommandInstance(DartSassReleaseParameter dartSassReleaseParameter) throws SassCommandException - Throws:
SassCommandException
-