|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.AbstractJellyMojo
public abstract class AbstractJellyMojo
Abstract class to easily implement a Jelly plugin. A typical 'one goal' jelly plugin project can be fired with the provided maven archetype 'jellymojo-maven-archetype'
| Field Summary | |
|---|---|
protected java.util.HashMap |
params
|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractJellyMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute the .jelly script associated with the concrete class |
void |
setParams()
Used to populate a map containing the plugin's parameters in concrete classes. |
| 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 java.util.HashMap params
| Constructor Detail |
|---|
public AbstractJellyMojo()
| Method Detail |
|---|
public void setParams()
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 | ||||||||