Uses of Class
org.crsh.cmdline.spi.ValueCompletion

Packages that use ValueCompletion
org.crsh.cmdline   
org.crsh.cmdline.completers   
org.crsh.cmdline.spi   
org.crsh.jcr.command   
 

Uses of ValueCompletion in org.crsh.cmdline
 

Fields in org.crsh.cmdline declared as ValueCompletion
private  ValueCompletion CommandCompletion.value
          .
 

Methods in org.crsh.cmdline that return ValueCompletion
 ValueCompletion CommandCompletion.getValue()
           
 

Constructors in org.crsh.cmdline with parameters of type ValueCompletion
CommandCompletion(Delimiter delimiter, ValueCompletion value)
           
 

Uses of ValueCompletion in org.crsh.cmdline.completers
 

Methods in org.crsh.cmdline.completers that return ValueCompletion
 ValueCompletion AbstractPathCompleter.complete(ParameterDescriptor<?> parameter, String prefix)
           
 ValueCompletion EmptyCompleter.complete(ParameterDescriptor<?> parameter, String prefix)
          Returns the value returned by Collections.emptyList().
 ValueCompletion EnumCompleter.complete(ParameterDescriptor<?> parameter, String prefix)
           
private  ValueCompletion AbstractPathCompleter.listDir(P dir, String filter)
           
 

Uses of ValueCompletion in org.crsh.cmdline.spi
 

Methods in org.crsh.cmdline.spi that return ValueCompletion
 ValueCompletion Completer.complete(ParameterDescriptor<?> parameter, String prefix)
          Query the completer for a set of completion for the given prefix.
static ValueCompletion ValueCompletion.create()
           
static ValueCompletion ValueCompletion.create(String prefix)
           
static ValueCompletion ValueCompletion.create(String suffix, boolean value)
           
static ValueCompletion ValueCompletion.create(String prefix, String suffix, boolean value)
           
 ValueCompletion ValueCompletion.put(String key, boolean value)
           
 

Uses of ValueCompletion in org.crsh.jcr.command
 

Methods in org.crsh.jcr.command that return ValueCompletion
 ValueCompletion JCRCommand.complete(ParameterDescriptor<?> parameter, String prefix)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.