Package com.aspectran.shell.command
Class TransletCommandLine
java.lang.Object
com.aspectran.shell.command.AbstractCommandLine
com.aspectran.shell.command.TransletCommandLine
Parses the command line entered to execute the translet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the request method of the target translet extracted from the command line.protected void
parse()
Methods inherited from class com.aspectran.shell.command.AbstractCommandLine
getLineParser, getParameterMap, getRequestName, isVerbose, setVerbose
-
Constructor Details
-
TransletCommandLine
-
-
Method Details
-
getRequestMethod
Returns the request method of the target translet extracted from the command line.- Returns:
- the request method
-
parse
protected void parse()- Overrides:
parse
in classAbstractCommandLine
-