public final class WebAppCreator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
WebAppCreator.ArgProcessor |
Constructor and Description |
---|
WebAppCreator() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
doMain(java.lang.String... args) |
protected void |
doRun()
Deprecated.
as of GWT 2.1, replaced by
doRun(String) |
protected void |
doRun(java.lang.String installPath)
Create the sample app.
|
java.util.List<com.google.gwt.user.tools.WebAppCreator.FileCreator> |
getFiles(java.util.Map<java.lang.String,java.lang.String> replacements) |
java.util.Map<java.lang.String,java.lang.String> |
getReplacements(java.lang.String installPath,
java.lang.String theModuleName) |
static void |
main(java.lang.String[] args) |
protected boolean |
run() |
public static void main(java.lang.String[] args)
protected static boolean doMain(java.lang.String... args)
public java.util.List<com.google.gwt.user.tools.WebAppCreator.FileCreator> getFiles(java.util.Map<java.lang.String,java.lang.String> replacements) throws java.io.IOException, WebAppCreatorException
java.io.IOException
WebAppCreatorException
public java.util.Map<java.lang.String,java.lang.String> getReplacements(java.lang.String installPath, java.lang.String theModuleName)
@Deprecated protected void doRun() throws java.io.IOException, WebAppCreatorException
doRun(String)
java.io.IOException
- if any disk write failsWebAppCreatorException
- if any tag expansion of template processing failsprotected void doRun(java.lang.String installPath) throws java.io.IOException, WebAppCreatorException
installPath
- directory containing GWT librariesjava.io.IOException
- if any disk write failsWebAppCreatorException
- if any tag expansion of template processing failsprotected boolean run()