org.apache.geronimo.cli
Class AbstractCLI
java.lang.Object
org.apache.geronimo.cli.AbstractCLI
- Direct Known Subclasses:
- ClientCLI, DaemonCLI, DeployerCLI
public abstract class AbstractCLI
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCLI
protected AbstractCLI(String[] args,
PrintStream errStream)
executeMain
public int executeMain()
executeCommand
protected boolean executeCommand(CLParser parser)
initializeLogging
protected void initializeLogging(CLParser parser)
newMainConfigurationBootstrapper
protected abstract MainConfigurationBootstrapper newMainConfigurationBootstrapper()
getCLParser
protected abstract CLParser getCLParser()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.