org.fusesource.fabric.boot.commands.support
Class ResolverCompleter

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

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


Constructor Summary
ResolverCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int index, 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
 

Constructor Detail

ResolverCompleter

public ResolverCompleter()
Method Detail

complete

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


Copyright © 2014 Red Hat. All Rights Reserved.