Class ExpectOption
java.lang.Object
net.thevpc.common.swing.util.jcmd.ExpectOption
- Author:
- Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 13 juil. 2006 22:14:21
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedExpectOption(String shortName, String longName, boolean booleanValue, boolean acceptValue, boolean valueIsFirstParam, int minFollowingParamsCount, int maxFollowingParamsCount) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanboolean
-
Constructor Details
-
ExpectOption
-
-
Method Details
-
isAcceptValue
public boolean isAcceptValue() -
isBooleanValue
public boolean isBooleanValue() -
getLongName
-
getMaxFollowingParamsCount
public int getMaxFollowingParamsCount() -
getMinFollowingParamsCount
public int getMinFollowingParamsCount() -
getShortName
-
isValueIsFirstParam
public boolean isValueIsFirstParam()
-