|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jasig.maven.plugin.sass.AbstractSassMojo
public abstract class AbstractSassMojo
Base for batching SASS Mojos
| Field Summary | |
|---|---|
protected File |
buildDirectory
|
protected String[] |
excludes
Defines which of the included files in the source directories to exclude (none by default). |
protected String[] |
includes
Defines files in the source directories to include (none by default), recommended to be set in favor of skinConfigurationFile Defaults to: "**/scss" |
protected String |
relativeOutputDirectory
Defines output directory relative to |
protected Map<String,String> |
sassOptions
Defines options for Sass::Plugin.options. |
protected File |
sassSourceDirectory
Directory containing SASS files, defaults to the Maven Web application sources directory (src/main/webapp) |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractSassMojo()
|
|
| Method Summary | |
|---|---|
protected void |
buildSassOptions(StringBuilder sassScript)
|
protected String |
escapePath(String originalPath)
Handles the usage of Windows style paths like c:\foo\bar\scss with the SASS mojos provided by this plugin. |
protected Set<String> |
findSassDirs()
|
protected File |
newCanonicalFile(File parent,
String child)
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
protected File sassSourceDirectory
protected String relativeOutputDirectory
protected String[] includes
protected String[] excludes
protected File buildDirectory
protected Map<String,String> sassOptions
| Constructor Detail |
|---|
public AbstractSassMojo()
| Method Detail |
|---|
protected void buildSassOptions(StringBuilder sassScript)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected File newCanonicalFile(File parent,
String child)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Set<String> findSassDirs()
protected String escapePath(String originalPath)
originalPath - the original path in native system style
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||