|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.impl.invocation.ParameterMatch<OptionDescriptor> org.crsh.cli.impl.invocation.OptionMatch
public class OptionMatch
Field Summary | |
---|---|
private List<String> |
names . |
Constructor Summary | |
---|---|
OptionMatch(OptionDescriptor parameter, List<String> names, List<LiteralValue> values) |
|
OptionMatch(OptionDescriptor parameter, String name, List<LiteralValue> values) |
Method Summary | |
---|---|
String |
getName() |
List<String> |
getNames() |
Methods inherited from class org.crsh.cli.impl.invocation.ParameterMatch |
---|
computeValue, getParameter, getStrings, getValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final List<String> names
Constructor Detail |
---|
public OptionMatch(OptionDescriptor parameter, String name, List<LiteralValue> values)
public OptionMatch(OptionDescriptor parameter, List<String> names, List<LiteralValue> values)
Method Detail |
---|
public String getName()
public List<String> getNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |