|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.nanoko.coffee.mill.mojos.AbstractCoffeeMillMojo
public abstract class AbstractCoffeeMillMojo
| Field Summary | |
|---|---|
File |
assetsDir
Where are the assets. |
File |
baseDirectory
Base directory of the project. |
File |
buildDirectory
Directory containing the build files. |
File |
coffeeScriptDir
Where are CoffeeScript files. |
File |
coffeeScriptTestDir
Where are CoffeeScript files implementing tests. |
File |
javaScriptDir
Where are JavaScript files. |
File |
javaScriptTestDir
Where are JavaScript files implementing tests. |
File |
libDir
Where are the dependencies copies. |
org.apache.maven.project.MavenProject |
project
The maven project. |
org.apache.maven.project.MavenProjectHelper |
projectHelper
Maven ProjectHelper. |
File |
stylesheetsDir
Where are LESS, CSS and SASS/SCSS files. |
File |
workDir
Where are the output files written. |
File |
workTestDir
Where are the output test files written. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractCoffeeMillMojo()
|
|
| Method Summary | |
|---|---|
File |
getLibDirectory()
|
File |
getTarget()
|
File |
getWorkDirectory()
|
File |
getWorkTestDirectory()
|
| 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 |
|---|
public org.apache.maven.project.MavenProject project
public org.apache.maven.project.MavenProjectHelper projectHelper
public File buildDirectory
public File baseDirectory
public File javaScriptDir
public File coffeeScriptDir
public File coffeeScriptTestDir
public File javaScriptTestDir
public File assetsDir
public File stylesheetsDir
public File workDir
public File workTestDir
public File libDir
| Constructor Detail |
|---|
public AbstractCoffeeMillMojo()
| Method Detail |
|---|
public File getTarget()
public File getWorkDirectory()
public File getWorkTestDirectory()
public File getLibDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||