|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.xnap.commons.maven.gettext.AbstractGettextMojo
org.xnap.commons.maven.gettext.DistMojo
public class DistMojo
Generates ressource bundles.
| Field Summary | |
|---|---|
protected String |
javaVersion
Java version. |
protected String |
msgcatCmd
The msgcat command. |
protected String |
msgfmtCmd
The msgfmt command. |
protected String |
outputFormat
Output format, can be "class" or "properties". |
protected String |
sourceLocale
The locale of the messages in the source code. |
protected String |
targetBundle
The package and file name of the generated class or properties files. |
| Fields inherited from class org.xnap.commons.maven.gettext.AbstractGettextMojo |
|---|
keysFile, outputDirectory, poDirectory, sourceDirectory |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DistMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
| 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 String msgcatCmd
protected String msgfmtCmd
protected String targetBundle
protected String outputFormat
protected String javaVersion
protected String sourceLocale
| Constructor Detail |
|---|
public DistMojo()
| Method Detail |
|---|
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 | ||||||||