|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.tools.cli.CLI.OptionHandlerDesc
public static class CLI.OptionHandlerDesc
Command line option handler descriptor
| Constructor Summary | |
|---|---|
CLI.OptionHandlerDesc(String name,
String optionHandlerClass)
Create an OptionHandlerDesc |
|
| Method Summary | |
|---|---|
String |
getName()
|
OptionHandler |
getOptionHandler()
Get the OptionHandler |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CLI.OptionHandlerDesc(String name,
String optionHandlerClass)
name - The name of the option, must not be nulloptionHandlerClass - The OptionHandler classname. This class
will be instantiated using a zero-arg constructor. This parameter
must not be null| Method Detail |
|---|
public String getName()
public OptionHandler getOptionHandler()
public String toString()
toString in class Object
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||