@Service(value={ProfileCompleter.class,org.apache.karaf.shell.console.Completer.class})
public final class ProfileCompleter
extends AbstractCompleterComponent
| Modifier and Type | Field and Description |
|---|---|
protected FabricService |
fabricService |
| Constructor and Description |
|---|
ProfileCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates) |
FabricService |
getFabricService() |
java.lang.String |
getParameter() |
void |
setFabricService(FabricService fabricService) |
activateComponent, assertValid, deactivateComponent, isValid@Reference protected FabricService fabricService
public java.lang.String getParameter()
public int complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates)
public FabricService getFabricService()
public void setFabricService(FabricService fabricService)
Copyright © 2011-2014 Red Hat. All Rights Reserved.