public class ContainerCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer
| Modifier and Type | Field and Description |
|---|---|
protected FabricService |
fabricService |
| Constructor and Description |
|---|
ContainerCompleter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Container container) |
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates) |
FabricService |
getFabricService() |
void |
setFabricService(FabricService fabricService) |
protected FabricService fabricService
public int complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic boolean apply(Container container)
public FabricService getFabricService()
public void setFabricService(FabricService fabricService)
Copyright © 2014 Red Hat. All Rights Reserved.