org.infinispan.cli.shell
Class Completer

java.lang.Object
  extended by org.infinispan.cli.shell.Completer
All Implemented Interfaces:
org.jboss.aesh.complete.Completion

public class Completer
extends Object
implements org.jboss.aesh.complete.Completion


Constructor Summary
Completer(Context context)
           
 
Method Summary
static void addPrefixMatches(Argument argument, Collection<String> all, List<String> candidates)
           
 void complete(org.jboss.aesh.complete.CompleteOperation op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Completer

public Completer(Context context)
Method Detail

complete

public void complete(org.jboss.aesh.complete.CompleteOperation op)
Specified by:
complete in interface org.jboss.aesh.complete.Completion

addPrefixMatches

public static void addPrefixMatches(Argument argument,
                                    Collection<String> all,
                                    List<String> candidates)

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.