bpiwowar.argparser.handlers
Class BooleanHandler.NoSetValue

java.lang.Object
  extended by bpiwowar.argparser.handlers.Handler
      extended by bpiwowar.argparser.handlers.GenericHandler
          extended by bpiwowar.argparser.handlers.GenericObjectsHandler
              extended by bpiwowar.argparser.handlers.BooleanHandler
                  extended by bpiwowar.argparser.handlers.BooleanHandler.NoSetValue
Enclosing class:
BooleanHandler

public static class BooleanHandler.NoSetValue
extends BooleanHandler

Use this handler if the boolean value must be explicitely given

Author:
bpiwowar

Nested Class Summary
 
Nested classes/interfaces inherited from class bpiwowar.argparser.handlers.BooleanHandler
BooleanHandler.NoDefaultValue, BooleanHandler.NoSetValue
 
Field Summary
 
Fields inherited from class bpiwowar.argparser.handlers.GenericObjectsHandler
nbExpectedValues
 
Fields inherited from class bpiwowar.argparser.handlers.GenericHandler
field, object
 
Constructor Summary
BooleanHandler.NoSetValue(Object object, Field field)
           
 
Method Summary
 
Methods inherited from class bpiwowar.argparser.handlers.BooleanHandler
getValue, getValue, optionSet, setDefault, setValue, toString
 
Methods inherited from class bpiwowar.argparser.handlers.GenericObjectsHandler
addValue, get, getAnnotation, newInstance, parse, process, process
 
Methods inherited from class bpiwowar.argparser.handlers.Handler
add, getLimitChecker, getLimitChecker, getRangeChecker, isHelpOption, processAnnotations, setPrefix, updateRangeChecker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanHandler.NoSetValue

public BooleanHandler.NoSetValue(Object object,
                                 Field field)


Copyright © 2013. All Rights Reserved.