|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.nuiton.jaxx.AbstractJaxxMojo
public abstract class AbstractJaxxMojo
Abract Jaxx Mojo.
| Field Summary | |
|---|---|
protected java.lang.ClassLoader |
cl
|
protected java.io.File |
helpIdStore
The store of helpIds generated by JaxxGeneratorMojo. |
protected java.lang.String |
helpsetI18nPrefix
The prefix to add to i18n key for any help i18n key. |
protected java.lang.String |
helpsetIndexI18nSuffix
The suffix to add to i18n key for an toc Id. |
protected java.lang.String |
helpSetName
The name of the helpset to generate. |
protected java.lang.String |
helpsetTitleI18nSuffix
The suffix to add to i18n key for an help Id. |
protected java.lang.String |
helpsetTocI18nSuffix
The suffix to add to i18n key for an toc Id. |
protected boolean |
i18nable
to make compiler i18nable, says add the I18n._(String, Object[]) method
invocation on I18nHelper.I18N_ATTRIBUTES attributes. |
protected java.io.File |
outJava
Repertoire de destination des fichiers java a generer. |
protected org.apache.maven.project.MavenProject |
project
Dépendance du projet. |
protected boolean |
skip
|
protected boolean |
verbose
verbose flag |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractJaxxMojo()
|
|
| Method Summary | |
|---|---|
abstract void |
doAction()
|
void |
execute()
|
abstract void |
init()
|
| 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 java.io.File outJava
protected boolean verbose
protected boolean i18nable
I18n._(String, Object[]) method
invocation on I18nHelper.I18N_ATTRIBUTES attributes.
I18nHelperprotected java.io.File helpIdStore
JaxxGeneratorMojo.
protected java.lang.String helpSetName
protected java.lang.String helpsetI18nPrefix
protected java.lang.String helpsetTitleI18nSuffix
protected java.lang.String helpsetTocI18nSuffix
protected java.lang.String helpsetIndexI18nSuffix
protected boolean skip
protected java.lang.ClassLoader cl
| Constructor Detail |
|---|
public AbstractJaxxMojo()
| Method Detail |
|---|
public abstract void init()
throws java.lang.Exception
java.lang.Exception
public abstract void doAction()
throws java.lang.Exception
java.lang.Exception
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||