com.google.gwt.user.tools
Class WebAppCreator
java.lang.Object
com.google.gwt.user.tools.WebAppCreator
public final class WebAppCreator
- extends java.lang.Object
Creates a GWT application skeleton.
Method Summary |
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. |
static void |
main(java.lang.String[] args)
|
protected boolean |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebAppCreator
public WebAppCreator()
main
public static void main(java.lang.String[] args)
doMain
protected static boolean doMain(java.lang.String... args)
doRun
@Deprecated
protected void doRun()
throws java.io.IOException
- Deprecated. as of GWT 2.1, replaced by
doRun(String)
- Create the sample app.
- Throws:
java.io.IOException
- if any disk write fails
doRun
protected void doRun(java.lang.String installPath)
throws java.io.IOException
- Create the sample app.
- Parameters:
installPath
- directory containing GWT libraries
- Throws:
java.io.IOException
- if any disk write fails
run
protected boolean run()