public class ConfigurationCompleter
extends jline.console.completer.StringsCompleter
implements org.osgi.service.cm.ConfigurationListener
| Constructor and Description |
|---|
ConfigurationCompleter()
Create a new StringsCompleter with a single possible completion
values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<CharSequence> clist) |
void |
configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
Receives notification of a Configuration that has changed.
|
public ConfigurationCompleter()
public int complete(String buffer, int cursor, List<CharSequence> clist)
complete in interface jline.console.completer.Completercomplete in class jline.console.completer.StringsCompleterpublic void configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
configurationEvent in interface org.osgi.service.cm.ConfigurationListenerevent - The ConfigurationEvent.Copyright © 2013 OW2 Consortium. All Rights Reserved.