public class ExpectOption extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExpectOption(String shortName,
String longName,
boolean booleanValue,
boolean acceptValue,
boolean valueIsFirstParam,
int minFollowingParamsCount,
int maxFollowingParamsCount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongName() |
int |
getMaxFollowingParamsCount() |
int |
getMinFollowingParamsCount() |
String |
getShortName() |
boolean |
isAcceptValue() |
boolean |
isBooleanValue() |
boolean |
isValueIsFirstParam() |
public boolean isAcceptValue()
public boolean isBooleanValue()
public String getLongName()
public int getMaxFollowingParamsCount()
public int getMinFollowingParamsCount()
public String getShortName()
public boolean isValueIsFirstParam()
Copyright © 2021 vpc open source initiative. All rights reserved.