|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.cli.descriptor.ParameterDescriptor
org.crsh.cli.descriptor.OptionDescriptor
org.crsh.cli.impl.lang.BoundOptionDescriptor
class BoundOptionDescriptor
| Field Summary | |
|---|---|
(package private) Binding |
binding
. |
| Constructor Summary | |
|---|---|
BoundOptionDescriptor(Binding binding,
ParameterType<?> type,
List<String> names,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
| Method Summary | |
|---|---|
void |
set(Object o,
Object[] args,
Object value)
|
| Methods inherited from class org.crsh.cli.descriptor.OptionDescriptor |
|---|
getArity, getNames, parse, printUsage, toString |
| Methods inherited from class org.crsh.cli.descriptor.ParameterDescriptor |
|---|
getAnnotation, getCompleterType, getDeclaredType, getDescription, getMultiplicity, getType, getUsage, isMultiValued, isPassword, isRequired, isSingleValued, isUnquote, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
final Binding binding
| Constructor Detail |
|---|
BoundOptionDescriptor(Binding binding,
ParameterType<?> type,
List<String> names,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation)
throws IllegalValueTypeException,
IllegalParameterException
IllegalValueTypeException
IllegalParameterException| Method Detail |
|---|
public void set(Object o,
Object[] args,
Object value)
set in interface Binding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||