org.fusesource.fabric.commands.support
Class ConfigWithKeyCompleter

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

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


Constructor Summary
ConfigWithKeyCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 void init()
           
 void setAdmin(org.osgi.service.cm.ConfigurationAdmin admin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigWithKeyCompleter

public ConfigWithKeyCompleter()
Method Detail

setAdmin

public void setAdmin(org.osgi.service.cm.ConfigurationAdmin admin)

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 © 2012 FuseSource. All Rights Reserved.