public abstract class AbstractProfileCompleter extends AbstractComponent implements org.apache.karaf.shell.console.Completer
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProfileCompleter(int containerArgumentIndex,
boolean assigned,
boolean unassigned) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates) |
protected abstract FabricService |
getFabricService() |
protected abstract RuntimeProperties |
getRuntimeProperties() |
activateComponent, assertValid, deactivateComponent, isValidprotected AbstractProfileCompleter(int containerArgumentIndex,
boolean assigned,
boolean unassigned)
public int complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates)
complete in interface org.apache.karaf.shell.console.Completerprotected abstract FabricService getFabricService()
protected abstract RuntimeProperties getRuntimeProperties()
Copyright © 2011-2014 Red Hat. All Rights Reserved.