org.codehaus.mojo.l10n
Class PseudoLocalizeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.l10n.PseudoLocalizeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class PseudoLocalizeMojo
- extends org.apache.maven.plugin.AbstractMojo
Allows you to do an automated pseudo-localization to test the completeness
of your project's internationalization effort. This technique simulates the
process of localizing products by prefixing and suffixing all your
internationalized messages.
For more information on pseudo-localization, see
I18N Testing Guidelines and Techniques.
For more general information on localization, see
Java Internationalization: Localization with ResourceBundles.
- Author:
- Milos Kleint
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
PseudoLocalizeMojo
public PseudoLocalizeMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
generatePseudoLoc
protected void generatePseudoLoc()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2007-2011 Codehaus. All Rights Reserved.