com.google.appengine.tools.development
Class DevAppServerMain

java.lang.Object
  extended by com.google.appengine.tools.development.DevAppServerMain

public class DevAppServerMain
extends java.lang.Object

The command-line entry point for DevAppServer.


Constructor Summary
DevAppServerMain(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printHelp(java.io.PrintStream out)
           
static void validateWarPath(java.io.File war)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevAppServerMain

public DevAppServerMain(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

printHelp

public static void printHelp(java.io.PrintStream out)

validateWarPath

public static void validateWarPath(java.io.File war)