Package com.github.cleydyr.maven.plugin
Class WatchSassMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.cleydyr.maven.plugin.CompileSassMojo
com.github.cleydyr.maven.plugin.WatchSassMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
Goal that compiles a set of sass/scss files from an input directory to an output directory keeps the process opened watching for changes in the source files.
-
Field Summary
Fields inherited from class com.github.cleydyr.maven.plugin.CompileSassMojo
cachedFilesDirectoryProvider, dartSassExecutableExtractorFactory, githubLatestVersionProvider, sassCommandBuilderFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
ConstructorsConstructorDescriptionWatchSassMojo(FileCounter fileCounter, SassCommandBuilderFactory sassCommandBuilderFactory, DartSassExecutableExtractorFactory dartSassExecutableExtractorFactory, GithubLatestVersionProvider githubLatestVersionProvider, DefaultCachedFilesDirectoryProviderFactory cachedFilesDirectoryProviderFactory, org.apache.maven.settings.MavenSettingsBuilder mavenSettingsBuilder) -
Method Summary
Methods inherited from class com.github.cleydyr.maven.plugin.CompileSassMojo
buildSassCommand, execute, extractExecutable, getInputFolder, getLoadPaths, getOutputFolder, getSourceMapURLs, getStyle, isColor, isEmbedSourceMap, isEmbedSources, isErrorCSS, isNoCharset, isNoSourceMap, isNoUnicode, isQuiet, isQuietDeps, isStopOnError, isTrace, isUpdate, setColor, setEmbedSourceMap, setEmbedSources, setErrorCSS, setInputFolder, setLoadPaths, setNoCharset, setNoSourceMap, setNoUnicode, setOutputFolder, setQuiet, setQuietDeps, setSourceMapURLs, setStopOnError, setStyle, setTrace, setUpdate, unsetIncompatibleOptions, verifyDefaultParametersMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
WatchSassMojo
@Inject public WatchSassMojo(FileCounter fileCounter, SassCommandBuilderFactory sassCommandBuilderFactory, DartSassExecutableExtractorFactory dartSassExecutableExtractorFactory, GithubLatestVersionProvider githubLatestVersionProvider, DefaultCachedFilesDirectoryProviderFactory cachedFilesDirectoryProviderFactory, org.apache.maven.settings.MavenSettingsBuilder mavenSettingsBuilder)
-
-
Method Details
-
setOptions
protected void setOptions()- Overrides:
setOptionsin classCompileSassMojo
-
isPoll
public boolean isPoll() -
setPoll
public void setPoll(boolean poll)
-