Uses of Class
org.crsh.cmdline.ClassDescriptor

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

Uses of ClassDescriptor in org.crsh.cmdline
 

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)
           
 

Uses of ClassDescriptor in org.crsh.cmdline.matcher
 

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
 

Constructors in org.crsh.cmdline.matcher.impl with parameters of type ClassDescriptor
MatcherImpl(ClassDescriptor<T> descriptor)
           
MatcherImpl(String mainName, ClassDescriptor<T> descriptor)
           
Parser(org.crsh.cmdline.matcher.impl.Tokenizer tokenizer, ClassDescriptor<T> command, String mainName, boolean satisfyAllArguments)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.