public class CurrentContainerCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeProperties |
runtimeProperties |
| Constructor and Description |
|---|
CurrentContainerCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String s,
int i,
java.util.List<java.lang.String> strings) |
RuntimeProperties |
getRuntimeProperties() |
void |
setRuntimeProperties(RuntimeProperties runtimeProperties) |
protected RuntimeProperties runtimeProperties
public int complete(java.lang.String s,
int i,
java.util.List<java.lang.String> strings)
complete in interface org.apache.karaf.shell.console.Completerpublic RuntimeProperties getRuntimeProperties()
public void setRuntimeProperties(RuntimeProperties runtimeProperties)
Copyright © 2011-2014 Red Hat. All Rights Reserved.