Uses of Interface net.dpml.cli.CommandLine

Uses in package net.dpml.cli.commandline

Classes implementing net.dpml.cli.CommandLine

class
Instances of CommandLine represent a command line that has been processed according to the definition supplied to the parser.
class
Manages a queue of default CommandLines.
class
A CommandLine implementation using the Preferences API, useful when constructing a complex DefaultingCommandLine This implementation uses the children of a single preference node to populate the CommandLine.
class
A CommandLine implementation using a java Properties instance, useful for constructing a complex DefaultingCommandLine Options are keyed from their property name and presence in the Properties instance is taken as presence in the CommandLine.
class
A WriteableCommandLine implementation allowing Options to write their processed information to a CommandLine.

Methods with parameter type net.dpml.cli.CommandLine

void
Adds a CommandLine instance to the back of the queue.
void
Adds a CommandLine instance to a specified position in the queue.

Methods with return type net.dpml.cli.CommandLine

CommandLine
Parser.parse(String[] arguments)
Parse the arguments according to the specified options and properties.
CommandLine
Parser.parseAndHelp(String[] arguments)
Parse the arguments according to the specified options and properties and displays the usage screen if the CommandLine is not valid or the help option was specified.