class BoundOptionDescriptor extends OptionDescriptor implements Binding
| Constructor and Description |
|---|
BoundOptionDescriptor(Binding binding,
ParameterType<?> type,
List<String> names,
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) |
getArity, getNames, parse, printUsage, toStringgetAnnotation, getCompleterType, getDeclaredType, getDescription, getMultiplicity, getType, getUsage, isMultiValued, isPassword, isRequired, isSingleValued, isUnquote, parseBoundOptionDescriptor(Binding binding, ParameterType<?> type, List<String> names, 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.