Package com.google.gwt.user.tools
Class WebAppCreator
- java.lang.Object
-
- com.google.gwt.user.tools.WebAppCreator
-
public final class WebAppCreator extends java.lang.ObjectCreates a GWT application skeleton.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classWebAppCreator.ArgProcessor
-
Constructor Summary
Constructors Constructor Description WebAppCreator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static booleandoMain(java.lang.String... args)protected voiddoRun()Deprecated.as of GWT 2.1, replaced bydoRun(String)protected voiddoRun(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 voidmain(java.lang.String[] args)protected booleanrun()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
doMain
protected static boolean doMain(java.lang.String... args)
-
getFiles
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- Throws:
java.io.IOExceptionWebAppCreatorException
-
getReplacements
public java.util.Map<java.lang.String,java.lang.String> getReplacements(java.lang.String installPath, java.lang.String theModuleName)
-
doRun
@Deprecated protected void doRun() throws java.io.IOException, WebAppCreatorExceptionDeprecated.as of GWT 2.1, replaced bydoRun(String)Create the sample app.- Throws:
java.io.IOException- if any disk write failsWebAppCreatorException- if any tag expansion of template processing fails
-
doRun
protected void doRun(java.lang.String installPath) throws java.io.IOException, WebAppCreatorExceptionCreate the sample app.- Parameters:
installPath- directory containing GWT libraries- Throws:
java.io.IOException- if any disk write failsWebAppCreatorException- if any tag expansion of template processing fails
-
run
protected boolean run()
-
-