|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.plugin.AbstractGeneratorMojo
public abstract class AbstractGeneratorMojo
Abstract class for this Plugin.
| Field Summary | |
|---|---|
protected java.lang.String |
encoding
The file encoding of the source files. |
protected java.util.Set |
extractors
The role names of mojo extractors to use. |
protected java.lang.String |
goalPrefix
The goal prefix that will appear before the ":". |
protected MojoScanner |
mojoScanner
The component used for scanning the source tree for mojos. |
protected org.apache.maven.project.MavenProject |
project
The project currently being built. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractGeneratorMojo()
|
|
| Method Summary | |
|---|---|
protected abstract Generator |
createGenerator()
|
void |
execute()
|
protected abstract java.io.File |
getOutputDirectory()
|
| 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 |
| Field Detail |
|---|
protected org.apache.maven.project.MavenProject project
protected MojoScanner mojoScanner
protected java.lang.String encoding
protected java.lang.String goalPrefix
protected java.util.Set extractors
<!-- Use all mojo extractors -->
<extractors/>
<!-- Use no mojo extractors -->
<extractors>
<extractor/>
</extractors>
<!-- Use only bsh mojo extractor -->
<extractors>
<extractor>bsh</extractor>
</extractors>
| Constructor Detail |
|---|
public AbstractGeneratorMojo()
| Method Detail |
|---|
protected abstract java.io.File getOutputDirectory()
protected abstract Generator createGenerator()
Generator implementation.
public void execute()
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 | |||||||||