Uses of Class
com.aspectran.shell.command.CommandLineParser
-
Packages that use CommandLineParser Package Description com.aspectran.shell.command com.aspectran.shell.service Contains a variant of the service interface for command-line application. -
-
Uses of CommandLineParser in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return CommandLineParser Modifier and Type Method Description static CommandLineParserCommandLineParser. parse(java.lang.String commandLine)Returns the command line parser.static CommandLineParserCommandLineParser. parse(java.lang.String commandLine, boolean parseArgs) -
Uses of CommandLineParser in com.aspectran.shell.service
Methods in com.aspectran.shell.service with parameters of type CommandLineParser Modifier and Type Method Description voidAspectranShellService. execute(CommandLineParser commandLineParser)voidShellService. execute(CommandLineParser commandLineParser)Executes a Shell Activity.
-