|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.pseudoloc.PseudoLocPlugin
public class PseudoLocPlugin
Pseudo-localise a given properties file
| Field Summary | |
|---|---|
protected FileActionParameter[] |
copyActions
The parameters defining the files that need to be copied as-is. |
protected FileActionParameter[] |
pseudoLocaliseActions
The parameters defining the files that need to be copied and pseudo-localised. |
protected FileActionParameter[] |
replaceLocaleActions
The parameters defining the files that need to be copied with their locale strings replaced with the new locale. |
protected java.lang.String |
sourceLocale
The name of the source locale (e.g. |
protected java.lang.String |
targetLocale
The name of the target locale (e.g. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
PseudoLocPlugin()
|
|
| 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 FileActionParameter[] copyActions
protected FileActionParameter[] replaceLocaleActions
protected FileActionParameter[] pseudoLocaliseActions
protected java.lang.String sourceLocale
protected java.lang.String targetLocale
| Constructor Detail |
|---|
public PseudoLocPlugin()
| 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 | |||||||||