@Service(value={ProfileCompleter.class,org.apache.karaf.shell.console.Completer.class})
public final class ProfileCompleter
extends AbstractCompleterComponent
| Modifier and Type | Field and Description |
|---|---|
protected io.fabric8.api.FabricService |
fabricService |
| Constructor and Description |
|---|
ProfileCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates) |
io.fabric8.api.FabricService |
getFabricService() |
String |
getParameter() |
void |
setFabricService(io.fabric8.api.FabricService fabricService) |
Copyright © 2011–2014 Red Hat. All rights reserved.