|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.richfaces.builder.mojo.AbstractGenerateMojo
public abstract class AbstractGenerateMojo
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
classpathElements
Project classpath. |
protected java.util.List<java.lang.String> |
compileSourceRoots
The source directories containing the sources to be compiled. |
protected java.io.File |
componentConfigDirectory
Place for component configuration XML files. |
protected java.io.File |
converterConfigDirectory
Place for converter configuration XML files. |
protected java.io.File |
facesConfigInclude
Place for faces configuration XML files |
protected java.lang.String |
key
|
protected Library |
library
|
protected java.io.File |
outputDirectory
The directory for compiled classes. |
protected java.io.File |
outputJavaDirectory
Directory where the output Java Files will be located. |
protected java.io.File |
outputResourcesDirectory
Directory where the output Java Files will be located. |
protected java.io.File |
outputTestsDirectory
|
protected java.io.File |
outputTestsResourcesDirectory
|
protected org.apache.maven.project.MavenProject |
project
Top maven project. |
protected java.io.File |
resourcesInclude
Place for component configuration XML files |
protected java.io.File |
taglibInclude
Place for component configuration XML files |
protected java.io.File |
templatesDirectory
|
protected java.io.File |
validatorConfigDirectory
Place for validator configuration XML files. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractGenerateMojo()
|
|
| Method Summary | |
|---|---|
protected java.lang.ClassLoader |
createProjectClassLoader(org.apache.maven.project.MavenProject project)
|
protected java.lang.ClassLoader |
createProjectClassLoader(org.apache.maven.project.MavenProject project,
boolean useCCL)
|
protected java.lang.String[] |
doScan(java.lang.String[] includes,
java.lang.String[] excludes,
java.io.File rootFolder)
|
| 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 java.util.List<java.lang.String> classpathElements
protected java.util.List<java.lang.String> compileSourceRoots
protected java.io.File componentConfigDirectory
protected java.io.File converterConfigDirectory
protected java.io.File facesConfigInclude
protected java.lang.String key
protected Library library
protected java.io.File outputDirectory
protected java.io.File outputJavaDirectory
protected java.io.File outputResourcesDirectory
protected java.io.File outputTestsDirectory
protected java.io.File outputTestsResourcesDirectory
protected org.apache.maven.project.MavenProject project
protected java.io.File resourcesInclude
protected java.io.File taglibInclude
protected java.io.File templatesDirectory
protected java.io.File validatorConfigDirectory
| Constructor Detail |
|---|
public AbstractGenerateMojo()
| Method Detail |
|---|
protected java.lang.ClassLoader createProjectClassLoader(org.apache.maven.project.MavenProject project,
boolean useCCL)
protected java.lang.ClassLoader createProjectClassLoader(org.apache.maven.project.MavenProject project)
protected java.lang.String[] doScan(java.lang.String[] includes,
java.lang.String[] excludes,
java.io.File rootFolder)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||