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