org.codehaus.mojo.l10n
Class PseudoLocalizeMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PseudoLocalizeMojo()
           
 
Method Summary
 void execute()
           
protected  void generatePseudoLoc()
           
 
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
 

Constructor Detail

PseudoLocalizeMojo

public PseudoLocalizeMojo()
Method Detail

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-2009. All Rights Reserved.