Uses of Class
com.aspectran.shell.command.option.Arguments
-
Packages that use Arguments Package Description com.aspectran.shell.command com.aspectran.shell.command.builtins Built-in commands provided by Aspectran Shell.com.aspectran.shell.command.option 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 Arguments Modifier and Type Method Description protected ArgumentsAbstractCommand. touchArguments()Methods in com.aspectran.shell.command that return types with arguments of type Arguments Modifier and Type Method Description java.util.List<Arguments>AbstractCommand. getArgumentsList()java.util.List<Arguments>Command. getArgumentsList()Methods in com.aspectran.shell.command with parameters of type Arguments Modifier and Type Method Description protected voidAbstractCommand. 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 Modifier and Type Method Description java.util.List<Arguments>HelpCommand. getArgumentsList() -
Uses of Arguments in com.aspectran.shell.command.option
Method parameters in com.aspectran.shell.command.option with type arguments of type Arguments Modifier and Type Method Description voidHelpFormatter. printArguments(java.util.List<Arguments> argumentsList, int leftWidth)
-