org.fusesource.fabric.commands.support
Class BundleCompleter

java.lang.Object
  extended by org.fusesource.fabric.commands.support.BundleCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

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


Field Summary
static java.util.concurrent.Callable<java.util.Set<java.lang.String>> BUNDLE_LOCATION_SET
           
 
Constructor Summary
BundleCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List<java.lang.String> candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_LOCATION_SET

public static java.util.concurrent.Callable<java.util.Set<java.lang.String>> BUNDLE_LOCATION_SET
Constructor Detail

BundleCompleter

public BundleCompleter()
Method Detail

complete

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


Copyright © 2012 FuseSource. All Rights Reserved.