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