|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.application.control.CmdLineFreeArgOption
public class CmdLineFreeArgOption
The CmdLineFreeArgOption describes the free arguments for a command line
| Constructor Summary | |
|---|---|
CmdLineFreeArgOption(String usage)
Free argument declaration. |
|
CmdLineFreeArgOption(String usage,
int minimum)
Free argument declaration |
|
CmdLineFreeArgOption(String usage,
int minimum,
int maximum)
Free argument declaration |
|
| Method Summary | |
|---|---|
int |
getMaximum()
Returns the maximum number of free arguments |
int |
getMinimum()
Returns the minimal number of free arguments |
String |
getUsage()
Returns the usage string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmdLineFreeArgOption(String usage)
usage - Describes the free arguments
public CmdLineFreeArgOption(String usage,
int minimum)
usage - Describes the free argumentsminimum - Defines the minimal number of free arguments.
public CmdLineFreeArgOption(String usage,
int minimum,
int maximum)
usage - Describes the free argumentsminimum - Defines the minimal number of free arguments.maximum - Defines the maximal number of arguments.| Method Detail |
|---|
public String getUsage()
public int getMinimum()
public int getMaximum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||