org.fusesource.process.manager.commands
Class KindCompleter

java.lang.Object
  extended by org.fusesource.process.manager.commands.KindCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class KindCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer

Loads the controllerKinds on the classpath and uses is to complete on the kinds of controller available


Constructor Summary
KindCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KindCompleter

public KindCompleter()
Method Detail

init

public void init()

complete

public int complete(java.lang.String buffer,
                    int cursor,
                    java.util.List candidates)
Specified by:
complete in interface org.apache.karaf.shell.console.Completer


Copyright © 2013 Red Hat. All Rights Reserved.