Package com.aspectran.shell.command
Class AbstractCommandLine
java.lang.Object
com.aspectran.shell.command.AbstractCommandLine
- Direct Known Subclasses:
TransletCommandLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the command line parser.Returns the parameters to pass to the execution target extracted from the command line.Returns the name of the request extracted from the command line.boolean
protected void
parse()
void
setVerbose
(boolean verbose)
-
Constructor Details
-
AbstractCommandLine
-
-
Method Details
-
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
getLineParser
Returns the command line parser.- Returns:
- the command line parser
-
getRequestName
Returns the name of the request extracted from the command line.- Returns:
- the request name
-
getParameterMap
Returns the parameters to pass to the execution target extracted from the command line.- Returns:
- the parameter map
-
parse
protected void parse()
-