public abstract class EndpointCompleterSupport extends Object implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
EndpointCompleterSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
acceptsFeature(org.apache.cxf.endpoint.Server server)
Method for filtering endpoint.
|
int |
complete(String buffer,
int cursor,
List candidates) |
void |
setController(CXFController controller) |
public void setController(CXFController controller)
public int complete(String buffer, int cursor, List candidates)
complete in interface org.apache.karaf.shell.console.Completerprotected abstract boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
server - The endpoint Server.Apache CXF