fr.umlv.tatoo.cc.common.main
Class AbstractSimpleCommand<B>
java.lang.Object
fr.umlv.tatoo.cc.common.main.AbstractSimpleCommand<B>
- All Implemented Interfaces:
- Command<B>
public abstract class AbstractSimpleCommand<B>
- extends Object
- implements Command<B>
Method Summary |
void |
register(OptionRegistry<? extends B> registry)
Register all options managed by the current command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSimpleCommand
protected AbstractSimpleCommand(String optionName)
register
public void register(OptionRegistry<? extends B> registry)
- Description copied from interface:
Command
- Register all options managed by the current command.
- Specified by:
register
in interface Command<B>
- Parameters:
registry
- the option registry.- See Also:
OptionRegistry