| java.lang.Object com.google.gwt.util.tools.ToolBase com.google.gwt.i18n.tools.I18NCreator
I18NCreator | final public class I18NCreator extends ToolBase (Code) | | Command line assistant for i18n.
|
I18NCreator | protected I18NCreator()(Code) | | |
createLocalizable | static void createLocalizable(String fullInterfaceName, File outDir, String eclipse, boolean createMessagesInterface, boolean overwrite, boolean ignore) throws IOException(Code) | | Parameters: fullInterfaceName - Name of the fully-qualified Java class to createas an Application. Parameters: outDir - Where to put the output files Parameters: eclipse - The name of a project to attach a .launch config to Parameters: overwrite - Overwrite an existing files if they exist. Parameters: ignore - Ignore existing files if they exist. throws: IOException - |
run | protected boolean run()(Code) | | |
|
|