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
Modifier and TypeMethodDescriptionprotected static boolean
protected void
Create the sample app.List
<com.google.gwt.user.tools.WebAppCreator.FileCreator> getReplacements
(String installPath, String theModuleName) static void
protected boolean
run()
-
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
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()
-