org.apache.geronimo.cli.deployer
Class DeployerCLParser
java.lang.Object
org.apache.geronimo.cli.BaseCLParser
org.apache.geronimo.cli.deployer.DeployerCLParser
- All Implemented Interfaces:
- CLParser, ConnectionParams
public class DeployerCLParser
- extends BaseCLParser
- implements ConnectionParams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployerCLParser
public DeployerCLParser(OutputStream out)
getCommandMetaData
public CommandMetaData getCommandMetaData()
getCommandArgs
public CommandArgs getCommandArgs()
getURI
public String getURI()
- Specified by:
getURI
in interface ConnectionParams
getHost
public String getHost()
- Specified by:
getHost
in interface ConnectionParams
getPort
public Integer getPort()
- Specified by:
getPort
in interface ConnectionParams
getDriver
public String getDriver()
- Specified by:
getDriver
in interface ConnectionParams
getUser
public String getUser()
- Specified by:
getUser
in interface ConnectionParams
getPassword
public String getPassword()
- Specified by:
getPassword
in interface ConnectionParams
isSyserr
public boolean isSyserr()
- Specified by:
isSyserr
in interface ConnectionParams
isVerbose
public boolean isVerbose()
- Specified by:
isVerbose
in interface ConnectionParams
isOffline
public boolean isOffline()
- Specified by:
isOffline
in interface ConnectionParams
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface ConnectionParams
displayHelp
public void displayHelp()
- Specified by:
displayHelp
in interface CLParser
- Overrides:
displayHelp
in class BaseCLParser
displayHelp
protected void displayHelp(String[] args)
- Overrides:
displayHelp
in class BaseCLParser
getCommandMetaData
protected CommandMetaData getCommandMetaData(String commandName)
hangingIndent
protected String hangingIndent(String source,
int cols)
validateOptions
protected void validateOptions()
throws CLParserException
- Overrides:
validateOptions
in class BaseCLParser
- Throws:
CLParserException
validateRemainingArgs
protected void validateRemainingArgs()
throws CLParserException
- Overrides:
validateRemainingArgs
in class BaseCLParser
- Throws:
CLParserException
addOffline
protected void addOffline()
addSecure
protected void addSecure()
addVerbose
protected void addVerbose()
addSyserr
protected void addSyserr()
addPassword
protected void addPassword()
addUser
protected void addUser()
addDriver
protected void addDriver()
addPort
protected void addPort()
addHost
protected void addHost()
addURI
protected void addURI()
addOptionWithParam
protected void addOptionWithParam(String longOption,
String shortOption,
String argName,
String desc)
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.