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, toString
getAnnotation, getCompleterType, getDeclaredType, getDescription, getMultiplicity, getType, getUsage, isMultiValued, isPassword, isRequired, isSingleValued, isUnquote, parse
BoundArgumentDescriptor(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 Binding
InvocationException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.