Package org.apache.geronimo.gshell.clp

Annotation-based command-line processing support.

See:
          Description

Class Summary
ArgumentDescriptor Descriptor for Argument annotations.
CommandLineProcessor Processes an object for command-line configuration annotations.
Descriptor Basic container for option and argument descriptors.
OptionDescriptor Descriptor for Option annotations.
Printer Helper to print formatted help and usage text.
 

Exception Summary
ProcessingException Thrown to indicate a problem processing command line arguments and options.
 

Error Summary
IllegalAnnotationError Thrown to indicate that while processing an illegal annotation definition was discovered.
StopProcessingOptionsNotification Thrown by a handler to instruct the processor to treat all remaining tokens as arguments.
 

Annotation Types Summary
Argument Configures a field or method for processing as a command-line argument.
Option Configures a field or method for processing as a command-line option.
 

Package org.apache.geronimo.gshell.clp Description

Annotation-based command-line processing support.

Version:
$Rev: 570606 $ $Date: 2007-08-28 19:17:11 -0700 (Tue, 28 Aug 2007) $


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.