public final class

WebAppCreator

extends Object
java.lang.Object
   ↳ com.google.gwt.user.tools.WebAppCreator

Class Overview

Creates a GWT application skeleton.

Summary

Public Constructors
WebAppCreator()
Public Methods
static void main(String[] args)
Protected Methods
static boolean doMain(String... args)
void doRun()
This method is deprecated. as of GWT 2.1, replaced by doRun(String)
void doRun(String installPath)
Create the sample app.
boolean run()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WebAppCreator ()

Public Methods

public static void main (String[] args)

Protected Methods

protected static boolean doMain (String... args)

protected void doRun ()

This method is deprecated.
as of GWT 2.1, replaced by doRun(String)

Create the sample app.

Throws
IOException if any disk write fails

protected void doRun (String installPath)

Create the sample app.

Parameters
installPath directory containing GWT libraries
Throws
IOException if any disk write fails

protected boolean run ()