public abstract class AbstractProfileCompleter
extends io.fabric8.api.scr.AbstractComponent
implements org.apache.karaf.shell.console.Completer
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProfileCompleter(int containerArgumentIndex,
boolean assigned,
boolean unassigned) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates) |
protected abstract io.fabric8.api.FabricService |
getFabricService() |
protected abstract io.fabric8.api.RuntimeProperties |
getRuntimeProperties() |
protected AbstractProfileCompleter(int containerArgumentIndex,
boolean assigned,
boolean unassigned)
public int complete(String buffer, int cursor, List<String> candidates)
complete in interface org.apache.karaf.shell.console.Completerprotected abstract io.fabric8.api.FabricService getFabricService()
protected abstract io.fabric8.api.RuntimeProperties getRuntimeProperties()
Copyright © 2011–2014 Red Hat. All rights reserved.