Package bpiwowar.argparser.handlers

Handling and storing argument values

See:
          Description

Class Summary
BooleanHandler  
BooleanHandler.NoSetValue Use this handler if the boolean value must be explicitely given
CharSetHandler The argument is a set of characters
ClassChooser A class chooser handler Example of use
ClassChooser.TypeChecker  
DoubleHandler A float wrapper
EnumHandler  
FileCollectionHandler Convert a comma separated list into a collection of files
FileCollectionHandler.TypeChecker  
FileHandler  
FileStringMapHandler  
FileStringSetHandler This handler reads the file and add each line as a string to the collection
FloatHandler A float wrapper
FloatingPointHandler  
GenericHandler  
GenericObjectsHandler  
Handler  
HelpHandler  
IntegerCollectionHandler Convert a comma separated list into an array
IntegerCollectionHandler.TypeChecker  
IntegerHandler  
IntHandler  
LongHandler  
MethodCallHandler A handler that calls a method with method arguments extracted from command line
PatternHandler Pattern handler - basically the same as String handler, but compiles the regular expression
PropertiesHandler A float wrapper
StringArrayHandler A float handler
StringCollectionHandler Convert a comma separated list into an array
StringCollectionHandler.TypeChecker  
StringConstructorHandler This handler uses the string constructor of the target class
StringHandler  
XStreamHandler Handler for XStream serialized objects
 

Exception Summary
HandlerException  
 

Annotation Types Summary
BooleanHandler.NoDefaultValue Used for a boolean-handled field when the boolean value must be specified
ClassChooser.Choice  
ClassChooser.Choices Gives the reference to an enumeration of the possible choices.
ClassChooser.Instances Defines a set of classes that should implement If nothing is given, explores the inner classes
ClassChooser.Prefix Deprecated.
FileCollectionHandler.Options Used to give a separator different than the comma
HandlerInformation Declares the return type of a wrapper
IntegerCollectionHandler.Options Used to give a separator different than the comma
StringCollectionHandler.Options Used to give a separator different than the comma
XStreamHandler.Options  
 

Package bpiwowar.argparser.handlers Description

Handling and storing argument values



Copyright © 2013. All Rights Reserved.