watch
Class Args.BooleanOption

java.lang.Object
  extended by watch.Args.Option
      extended by watch.Args.BooleanOption
Enclosing class:
Args

protected static final class Args.BooleanOption
extends Args.Option

Boolean command line option management.


Field Summary
 
Fields inherited from class watch.Args.Option
m_jaOption, m_jaParser
 
Method Summary
 boolean getbValue()
          Boolean value accessor handler.
protected  void parse()
          Option parsing handler.
 
Methods inherited from class watch.Args.Option
getDetailedDescription, getShortDescription, getstrValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

protected void parse()
Description copied from class: Args.Option
Option parsing handler.

Specified by:
parse in class Args.Option

getbValue

public boolean getbValue()
Description copied from class: Args.Option
Boolean value accessor handler.

Overrides:
getbValue in class Args.Option
Returns:
Invalid value.