Uses of Class
com.aspectran.shell.command.option.Arguments
Packages that use Arguments
Package
Description
Built-in commands provided by Aspectran Shell.
A simple API for presenting, processing and validating a command line interface.
-
Uses of Arguments in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return ArgumentsMethods in com.aspectran.shell.command that return types with arguments of type ArgumentsMethods in com.aspectran.shell.command with parameters of type ArgumentsModifier and TypeMethodDescriptionprotected void
AbstractCommand.addArguments
(Arguments arguments) -
Uses of Arguments in com.aspectran.shell.command.builtins
Methods in com.aspectran.shell.command.builtins that return types with arguments of type Arguments -
Uses of Arguments in com.aspectran.shell.command.option
Method parameters in com.aspectran.shell.command.option with type arguments of type ArgumentsModifier and TypeMethodDescriptionvoid
HelpFormatter.printArguments
(List<Arguments> argumentsList, int leftWidth)