bpiwowar.argparser.handlers
Class GenericHandler

java.lang.Object
  extended by bpiwowar.argparser.handlers.Handler
      extended by bpiwowar.argparser.handlers.GenericHandler
Direct Known Subclasses:
GenericObjectsHandler

public abstract class GenericHandler
extends Handler


Field Summary
protected  Field field
          Our field (or null if the object is the holder)
protected  Object object
          Our object
 
Constructor Summary
GenericHandler(Object object, Field field)
           
 
Method Summary
 
Methods inherited from class bpiwowar.argparser.handlers.Handler
add, getLimitChecker, getLimitChecker, getRangeChecker, isHelpOption, parse, processAnnotations, setPrefix, updateRangeChecker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected Field field
Our field (or null if the object is the holder)


object

protected Object object
Our object

Constructor Detail

GenericHandler

public GenericHandler(Object object,
                      Field field)


Copyright © 2013. All Rights Reserved.