Package com.google.gwt.user.tools
Class WebAppCreator
java.lang.Object
com.google.gwt.user.tools.WebAppCreator
Creates a GWT application skeleton.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WebAppCreator
public WebAppCreator()
-
-
Method Details
-
main
-
doMain
-
getFiles
public List<com.google.gwt.user.tools.WebAppCreator.FileCreator> getFiles(Map<String, String> replacements) throws IOException, WebAppCreatorException- Throws:
IOException
WebAppCreatorException
-
getReplacements
-
doRun
Deprecated.as of GWT 2.1, replaced bydoRun(String)
Create the sample app.- Throws:
IOException
- if any disk write failsWebAppCreatorException
- if any tag expansion of template processing fails
-
doRun
Create the sample app.- Parameters:
installPath
- directory containing GWT libraries- Throws:
IOException
- if any disk write failsWebAppCreatorException
- if any tag expansion of template processing fails
-
run
protected boolean run()
-
doRun(String)