Uses of Class
bpiwowar.argparser.handlers.Handler

Packages that use Handler
bpiwowar.argparser Command line parsing package 
bpiwowar.argparser.handlers Handling and storing argument values 
bpiwowar.argparser.holders Storing command line argument values 
 

Uses of Handler in bpiwowar.argparser
 

Constructors in bpiwowar.argparser with parameters of type Handler
UnnamedOption(String name, Handler handler, boolean required)
           
 

Uses of Handler in bpiwowar.argparser.handlers
 

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

Constructors in bpiwowar.argparser.handlers with parameters of type Handler
MethodCallHandler(Object object, Method method, Handler[] handlers, ObjectHolder<?>[] holders, String regexp)
           
 

Uses of Handler in bpiwowar.argparser.holders
 

Subclasses of Handler in bpiwowar.argparser.holders
 class BooleanHolder
          Wrapper class which ``holds'' a boolean value, enabling methods to return boolean values through arguments.
 class CharHolder
          Wrapper class which ``holds'' a character value, enabling methods to return character values through arguments.
 class DoubleHolder
          Wrapper class which ``holds'' a double value, enabling methods to return double values through arguments.
 class FloatHolder
          Wrapper class which ``holds'' a float value, enabling methods to return float values through arguments.
 class Holder<T>
           
 class IntHolder
          Wrapper class which ``holds'' an integer value, enabling methods to return integer values through arguments.
 class StringHolder
          Wrapper class which ``holds'' a String reference, enabling methods to return String references through arguments.
 



Copyright © 2013. All Rights Reserved.