public class EndpointsTool
extends java.lang.Object
$SDK/bin/endpoints.sh get-client-lib -cp $SDK/lib/shared/servlet-api.jar:war/WEB-INF/classes \
-l java -o /tmp guestbook.spi.GreetingServiceV1 guestbook.spi.GreetingServiceV2
| Constructor and Description |
|---|
EndpointsTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String[] args)
Executes the tool with command line arguments.
|
static void |
main(java.lang.String[] args) |
void |
printUsage()
Prints the usage information of all commands to stdout.
|
void |
printUsage(com.google.appengine.tools.util.Action action)
Prints the usage information of the given command to stdout.
|
public void execute(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void printUsage()
public void printUsage(com.google.appengine.tools.util.Action action)
public static void main(java.lang.String[] args)