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, toString
getAnnotation, getCompleterType, getDeclaredType, getDescription, getMultiplicity, getType, getUsage, isMultiValued, isPassword, isRequired, isSingleValued, isUnquote, parse
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
public void set(Object o, Object[] args, Object value) throws InvocationException
set
in interface Binding
InvocationException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.