Uses of Class
org.crsh.cmdline.ParameterDescriptor

Packages that use ParameterDescriptor
org.crsh.cmdline   
org.crsh.cmdline.completers   
org.crsh.cmdline.matcher   
org.crsh.cmdline.matcher.impl   
org.crsh.cmdline.spi   
org.crsh.jcr.command   
 

Uses of ParameterDescriptor in org.crsh.cmdline
 

Subclasses of ParameterDescriptor in org.crsh.cmdline
 class ArgumentDescriptor<B extends TypeBinding>
           
 class OptionDescriptor<B extends TypeBinding>
           
 

Fields in org.crsh.cmdline with type parameters of type ParameterDescriptor
private  List<ParameterDescriptor<B>> CommandDescriptor.parameters
          .
private  List<ParameterDescriptor<B>> CommandDescriptor.uParameters
          .
 

Methods in org.crsh.cmdline that return ParameterDescriptor
protected static
<B extends TypeBinding>
ParameterDescriptor<B>
CommandFactory.create(B binding, Type type, Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
 ParameterDescriptor<MethodArgumentBinding> MethodDescriptor.getParameter(int index)
          Returns the parameter descriptor for the specified method parameter index.
 

Methods in org.crsh.cmdline that return types with arguments of type ParameterDescriptor
 Collection<ParameterDescriptor<B>> CommandDescriptor.getParameters()
          Returns the command parameters, the returned collection contains the command options and the command arguments.
private static List<ParameterDescriptor<ClassFieldBinding>> CommandFactory.parameters(Class<?> introspected)
           
 

Methods in org.crsh.cmdline with parameters of type ParameterDescriptor
(package private)  void CommandDescriptor.addParameter(ParameterDescriptor<B> parameter)
          Add a parameter to the command.
(package private)  void ClassDescriptor.addParameter(ParameterDescriptor<ClassFieldBinding> parameter)
           
 

Uses of ParameterDescriptor in org.crsh.cmdline.completers
 

Methods in org.crsh.cmdline.completers with parameters of type ParameterDescriptor
 ValueCompletion AbstractPathCompleter.complete(ParameterDescriptor<?> parameter, String prefix)
           
 ValueCompletion EmptyCompleter.complete(ParameterDescriptor<?> parameter, String prefix)
          Returns the value returned by Collections.emptyList().
 ValueCompletion EnumCompleter.complete(ParameterDescriptor<?> parameter, String prefix)
           
 

Uses of ParameterDescriptor in org.crsh.cmdline.matcher
 

Classes in org.crsh.cmdline.matcher with type parameters of type ParameterDescriptor
 class ParameterMatch<P extends ParameterDescriptor<B>,B extends TypeBinding>
           
 

Fields in org.crsh.cmdline.matcher declared as ParameterDescriptor
private  P ParameterMatch.parameter
          .
 

Methods in org.crsh.cmdline.matcher that return types with arguments of type ParameterDescriptor
 Set<ParameterDescriptor<?>> ClassMatch.getParameters()
           
abstract  Set<ParameterDescriptor<?>> CommandMatch.getParameters()
           
 Set<ParameterDescriptor<?>> MethodMatch.getParameters()
           
 

Method parameters in org.crsh.cmdline.matcher with type arguments of type ParameterDescriptor
protected abstract  Object CommandMatch.doInvoke(InvocationContext context, C command, Map<ParameterDescriptor<?>,Object> values)
           
protected  Object ClassMatch.doInvoke(InvocationContext context, T command, Map<ParameterDescriptor<?>,Object> values)
           
protected  Object MethodMatch.doInvoke(InvocationContext context, T command, Map<ParameterDescriptor<?>,Object> values)
           
 

Uses of ParameterDescriptor in org.crsh.cmdline.matcher.impl
 

Classes in org.crsh.cmdline.matcher.impl with type parameters of type ParameterDescriptor
static class Event.Parameter<T extends Token.Literal,D extends ParameterDescriptor<?>>
           
 

Fields in org.crsh.cmdline.matcher.impl declared as ParameterDescriptor
protected  D Event.Parameter.descriptor
          .
private  ParameterDescriptor<?> ParameterCompletion.parameter
          .
 

Constructors in org.crsh.cmdline.matcher.impl with parameters of type ParameterDescriptor
ParameterCompletion(String prefix, Delimiter delimiter, ParameterDescriptor<?> parameter, Completer completer)
           
 

Uses of ParameterDescriptor in org.crsh.cmdline.spi
 

Methods in org.crsh.cmdline.spi with parameters of type ParameterDescriptor
 ValueCompletion Completer.complete(ParameterDescriptor<?> parameter, String prefix)
          Query the completer for a set of completion for the given prefix.
 

Uses of ParameterDescriptor in org.crsh.jcr.command
 

Methods in org.crsh.jcr.command with parameters of type ParameterDescriptor
 ValueCompletion JCRCommand.complete(ParameterDescriptor<?> parameter, String prefix)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.