org.apache.karaf.shell.config.completers
Class ConfigurationPropertyCompleter

java.lang.Object
  extended by org.apache.karaf.shell.config.completers.ConfigurationPropertyCompleter
All Implemented Interfaces:
Completer

public class ConfigurationPropertyCompleter
extends java.lang.Object
implements Completer

jline.Completor for Configuration Admin properties. Displays a list of existing properties based on the current configuration being edited.


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

Constructor Detail

ConfigurationPropertyCompleter

public ConfigurationPropertyCompleter()
Method Detail

complete

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


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.