class BoundArgumentDescriptor extends ArgumentDescriptor implements Binding
| Constructor and Description |
|---|
BoundArgumentDescriptor(Binding binding,
String name,
ParameterType<?> type,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Object o,
Object[] args,
Object value) |
getName, parse, printUsage, toStringgetAnnotation, getCompleterType, getDeclaredType, getDescription, getMultiplicity, getType, getUsage, isMultiValued, isPassword, isRequired, isSingleValued, isUnquote, parseBoundArgumentDescriptor(Binding binding, String name, ParameterType<?> type, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation) throws IllegalValueTypeException, IllegalParameterException
public void set(Object o, Object[] args, Object value) throws InvocationException
set in interface BindingInvocationExceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.