public class ProfileCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer
| Modifier and Type | Field and Description |
|---|---|
protected FabricService |
fabricService |
protected IZKClient |
zooKeeper |
| 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() |
IZKClient |
getZooKeeper() |
void |
setFabricService(FabricService fabricService) |
void |
setZooKeeper(IZKClient zooKeeper) |
protected FabricService fabricService
protected IZKClient zooKeeper
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 FabricService getFabricService()
public void setFabricService(FabricService fabricService)
public IZKClient getZooKeeper()
public void setZooKeeper(IZKClient zooKeeper)
Copyright © 2014 Red Hat. All Rights Reserved.