Uses of Class
org.crsh.cli.descriptor.ParameterDescriptor

Packages that use ParameterDescriptor
org.crsh.cli.completers   
org.crsh.cli.descriptor   
org.crsh.cli.impl.completion   
org.crsh.cli.impl.invocation   
org.crsh.cli.impl.lang   
org.crsh.cli.impl.parser   
org.crsh.cli.spi   
org.crsh.jcr.command   
 

Uses of ParameterDescriptor in org.crsh.cli.completers
 

Methods in org.crsh.cli.completers with parameters of type ParameterDescriptor
 Completion AbstractPathCompleter.complete(ParameterDescriptor parameter, String prefix)
           
 Completion EmptyCompleter.complete(ParameterDescriptor parameter, String prefix)
          Returns the value returned by Collections.emptyList().
 Completion EnumCompleter.complete(ParameterDescriptor parameter, String prefix)
           
 Completion SystemPropertyNameCompleter.complete(ParameterDescriptor parameter, String prefix)
           
 Completion ThreadCompleter.complete(ParameterDescriptor parameter, String prefix)
           
 

Uses of ParameterDescriptor in org.crsh.cli.descriptor
 

Subclasses of ParameterDescriptor in org.crsh.cli.descriptor
 class ArgumentDescriptor
           
 class OptionDescriptor
           
 

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

Methods in org.crsh.cli.descriptor that return types with arguments of type ParameterDescriptor
 List<ParameterDescriptor> CommandDescriptor.getParameters()
          Returns the command parameters, the returned collection contains the command options and the command arguments.
 

Methods in org.crsh.cli.descriptor with parameters of type ParameterDescriptor
protected  void CommandDescriptor.addParameter(ParameterDescriptor parameter)
          Add a parameter to the command.
 

Uses of ParameterDescriptor in org.crsh.cli.impl.completion
 

Fields in org.crsh.cli.impl.completion declared as ParameterDescriptor
private  ParameterDescriptor ParameterCompletion.parameter
          .
 

Constructors in org.crsh.cli.impl.completion with parameters of type ParameterDescriptor
ParameterCompletion(String prefix, Delimiter delimiter, ParameterDescriptor parameter, Completer completer)
           
 

Uses of ParameterDescriptor in org.crsh.cli.impl.invocation
 

Classes in org.crsh.cli.impl.invocation with type parameters of type ParameterDescriptor
 class ParameterMatch<P extends ParameterDescriptor>
           
 

Fields in org.crsh.cli.impl.invocation declared as ParameterDescriptor
private  P ParameterMatch.parameter
          .
 

Methods in org.crsh.cli.impl.invocation with type parameters of type ParameterDescriptor
<D extends ParameterDescriptor>
ParameterMatch<D>
InvocationMatch.getParameter(D parameter)
           
 

Uses of ParameterDescriptor in org.crsh.cli.impl.lang
 

Methods in org.crsh.cli.impl.lang that return ParameterDescriptor
private  ParameterDescriptor CommandFactory.create(Object binding, Type type, Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
(package private)  ParameterDescriptor MethodDescriptor.getParameter(int index)
          Returns the parameter descriptor for the specified method parameter index.
 

Methods in org.crsh.cli.impl.lang that return types with arguments of type ParameterDescriptor
private  List<ParameterDescriptor> CommandFactory.parameters(Class<?> introspected)
           
 

Methods in org.crsh.cli.impl.lang with parameters of type ParameterDescriptor
protected  void ClassDescriptor.addParameter(ParameterDescriptor parameter)
           
protected  void MethodDescriptor.addParameter(ParameterDescriptor parameter)
           
 

Uses of ParameterDescriptor in org.crsh.cli.impl.parser
 

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

Fields in org.crsh.cli.impl.parser declared as ParameterDescriptor
protected  D Event.Parameter.parameter
          .
 

Uses of ParameterDescriptor in org.crsh.cli.spi
 

Methods in org.crsh.cli.spi with parameters of type ParameterDescriptor
 Completion Completer.complete(ParameterDescriptor parameter, String prefix)
          Query the completer for a set of completions for the given prefix.
 

Uses of ParameterDescriptor in org.crsh.jcr.command
 

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



Copyright © 2014 eXo Platform SAS. All Rights Reserved.