org.apache.geronimo.system.main
Class ClientCommandLine
java.lang.Object
org.apache.geronimo.system.main.CommandLine
org.apache.geronimo.system.main.ClientCommandLine
- Direct Known Subclasses:
- EmbeddedClientCommandLine
public class ClientCommandLine
- extends CommandLine
- Version:
- $Revision: 1151226 $ $Date: 2011-07-27 04:29:34 +0800 (Wed, 27 Jul 2011) $
| Fields inherited from class org.apache.geronimo.system.main.CommandLine |
log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientCommandLine
public ClientCommandLine(Artifact configuration,
java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
ClientCommandLine
protected ClientCommandLine()
main
public static void main(java.lang.String[] args)
- Command line entry point called by executable jar
- Parameters:
args - command line args
execute
public int execute(ClientCLParser parser)
startClient
protected int startClient(Artifact configuration,
java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.