Uses of Class
org.crsh.cmdline.ParameterDescriptor

Packages that use ParameterDescriptor
org.crsh.cmdline   
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>
           
 

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.
 

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

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>
           
 

Methods in org.crsh.cmdline.matcher that return types with arguments of type ParameterDescriptor
 Set<ParameterDescriptor<?>> MethodMatch.getParameters()
           
abstract  Set<ParameterDescriptor<?>> CommandMatch.getParameters()
           
 Set<ParameterDescriptor<?>> ClassMatch.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 MethodMatch.doInvoke(InvocationContext context, T command, Map<ParameterDescriptor<?>,Object> values)
           
protected  Object ClassMatch.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
          .
 

Uses of ParameterDescriptor in org.crsh.cmdline.spi
 

Methods in org.crsh.cmdline.spi with parameters of type ParameterDescriptor
 Map<String,Boolean> 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
 Map<String,Boolean> JCRCommand.complete(ParameterDescriptor<?> parameter, String prefix)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.