Package org.clapper.util.cmdline

Interface Summary
ParameterHandler Thie interface defines the callback methods used by a ParameterParser object, when its parse() method is called.
 

Class Summary
CommandLineUtility CommandLineUtility is an abstract base class for command-line utilities.
ParameterParser This class provides a command line parameter and option parser, suitable for use in command line utilities, as well as other contexts where a command line option-style syntax is desired.
UsageInfo An instance of this class is used to specify usage information for a command-line utility.
 

Exception Summary
CommandLineException Thrown by a command-line utility when an error occurs while running the command.
CommandLineUsageException Thrown by a command-line utility to indicate an error on the command line.
CommandLineUserException Thrown to indicate a user error other than a usage exception.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.