frysk.hpd
Class CommandOption.FormatOption

java.lang.Object
  extended by frysk.hpd.CommandOption
      extended by frysk.hpd.CommandOption.FormatOption
Enclosing class:
CommandOption

abstract static class CommandOption.FormatOption
extends CommandOption

Template option; parse a format.


Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.hpd.CommandOption
CommandOption.FormatOption
 
Field Summary
 
Fields inherited from class frysk.hpd.CommandOption
description, longName, parameter, shortName
 
Constructor Summary
CommandOption.FormatOption()
           
 
Method Summary
(package private)  void parse(String argument, Object options)
           
(package private) abstract  void set(Object options, Format format)
           
 
Methods inherited from class frysk.hpd.CommandOption
parseBoolean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandOption.FormatOption

CommandOption.FormatOption()
Method Detail

parse

void parse(String argument,
           Object options)
Specified by:
parse in class CommandOption

set

abstract void set(Object options,
                  Format format)