Uses of Class
org.crsh.cmdline.ArgumentDescriptor

Packages that use ArgumentDescriptor
org.crsh.cmdline   
org.crsh.cmdline.matcher   
 

Uses of ArgumentDescriptor in org.crsh.cmdline
 

Methods in org.crsh.cmdline that return ArgumentDescriptor
 ArgumentDescriptor<B> CommandDescriptor.getArgument(int index)
          Returns a a specified argument by its index.
 

Methods in org.crsh.cmdline that return types with arguments of type ArgumentDescriptor
 List<ArgumentDescriptor<B>> CommandDescriptor.getArguments()
          Returns a list of the command arguments.
 

Uses of ArgumentDescriptor in org.crsh.cmdline.matcher
 

Constructors in org.crsh.cmdline.matcher with parameters of type ArgumentDescriptor
ArgumentMatch(ArgumentDescriptor<B> parameter, int start, int end, List<Value> values)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.