Uses of Class
org.crsh.cmdline.ClassDescriptor

Packages that use ClassDescriptor
org.crsh.cmdline   
org.crsh.cmdline.matcher   
org.crsh.cmdline.matcher.impl   
org.crsh.command   
org.crsh.standalone   
 

Uses of ClassDescriptor in org.crsh.cmdline
 

Fields in org.crsh.cmdline declared as ClassDescriptor
private  ClassDescriptor<T> MethodDescriptor.owner
          .
 

Methods in org.crsh.cmdline that return ClassDescriptor
static
<T> ClassDescriptor<T>
CommandFactory.create(Class<T> type)
           
 

Methods in org.crsh.cmdline with parameters of type ClassDescriptor
static
<T> MethodDescriptor<T>
CommandFactory.create(ClassDescriptor<T> owner, Method m)
           
 

Constructors in org.crsh.cmdline with parameters of type ClassDescriptor
MethodDescriptor(ClassDescriptor<T> owner, Method method, String name, Description info)
           
 

Uses of ClassDescriptor in org.crsh.cmdline.matcher
 

Fields in org.crsh.cmdline.matcher declared as ClassDescriptor
private  ClassDescriptor<T> ClassMatch.descriptor
          .
 

Methods in org.crsh.cmdline.matcher that return ClassDescriptor
 ClassDescriptor<T> ClassMatch.getDescriptor()
           
 

Methods in org.crsh.cmdline.matcher with parameters of type ClassDescriptor
static
<T> Matcher<T>
Matcher.createMatcher(ClassDescriptor<T> descriptor)
           
static
<T> Matcher<T>
Matcher.createMatcher(String mainName, ClassDescriptor<T> descriptor)
           
 

Constructors in org.crsh.cmdline.matcher with parameters of type ClassDescriptor
ClassMatch(ClassDescriptor<T> descriptor, List<OptionMatch<ClassFieldBinding>> optionMatches, List<ArgumentMatch<ClassFieldBinding>> argumentMatches, String rest)
           
 

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

Fields in org.crsh.cmdline.matcher.impl declared as ClassDescriptor
private  ClassDescriptor<T> MatcherImpl.descriptor
          .
private  ClassDescriptor<T> MethodCompletion.descriptor
          .
 

Constructors in org.crsh.cmdline.matcher.impl with parameters of type ClassDescriptor
MatcherImpl(ClassDescriptor<T> descriptor)
           
MatcherImpl(String mainName, ClassDescriptor<T> descriptor)
           
MethodCompletion(ClassDescriptor<T> descriptor, String mainName, String prefix, Delimiter delimiter)
           
Parser(Tokenizer tokenizer, ClassDescriptor<T> command, String mainName, Mode mode)
           
 

Uses of ClassDescriptor in org.crsh.command
 

Fields in org.crsh.command declared as ClassDescriptor
private  ClassDescriptor<?> CRaSHCommand.descriptor
          .
 

Methods in org.crsh.command that return ClassDescriptor
 ClassDescriptor<?> CRaSHCommand.getDescriptor()
          Returns the command descriptor.
 

Uses of ClassDescriptor in org.crsh.standalone
 

Fields in org.crsh.standalone declared as ClassDescriptor
private  ClassDescriptor<CRaSH> CRaSH.descriptor
          .
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.