watch
Class Args.StringOption

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

protected static final class Args.StringOption
extends Args.Option

String command line option management.


Field Summary
 
Fields inherited from class watch.Args.Option
m_jaOption, m_jaParser
 
Method Summary
 java.lang.String getstrValue()
          String value accessor handler.
protected  void parse()
          Option parsing handler.
 
Methods inherited from class watch.Args.Option
getbValue, getDetailedDescription, getShortDescription
 
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

getstrValue

public java.lang.String getstrValue()
Description copied from class: Args.Option
String value accessor handler.

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