|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.aragost.util.cmdline.Rule
|
+--com.aragost.util.cmdline.IntervalRule
| Constructor Summary | |
IntervalRule()
Creates new IntervalRule |
|
| Method Summary | |
void |
addOption(Option opt)
|
boolean |
check(OptionParser parser)
|
java.lang.String |
explain()
|
int |
getMax()
Getter for property max. |
int |
getMin()
Getter for property min. |
void |
setMax(int max)
Setter for property max. |
void |
setMin(int min)
Setter for property min. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntervalRule()
| Method Detail |
public int getMin()
public void setMin(int min)
min - New value of property min.public int getMax()
public void setMax(int max)
max - New value of property max.public void addOption(Option opt)
public boolean check(OptionParser parser)
check in class Rulepublic java.lang.String explain()
explain in class Rule
|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||