|
||||||||||
| 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.ArgumentDescriptor
org.crsh.cli.impl.lang.BoundArgumentDescriptor
class BoundArgumentDescriptor
| Field Summary | |
|---|---|
(package private) Binding |
binding
. |
| Constructor Summary | |
|---|---|
BoundArgumentDescriptor(Binding binding,
String name,
ParameterType<?> type,
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.ArgumentDescriptor |
|---|
getName, 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 |
|---|
BoundArgumentDescriptor(Binding binding,
String name,
ParameterType<?> type,
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 | |||||||||