@Service(value={BundleLocationCompleter.class,org.apache.karaf.shell.console.Completer.class})
public class BundleLocationCompleter
extends Object
implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
BundleLocationCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates) |
org.apache.karaf.features.FeaturesService |
getFeaturesService() |
void |
setFeaturesService(org.apache.karaf.features.FeaturesService featuresService) |
public int complete(String buffer, int cursor, List<String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic org.apache.karaf.features.FeaturesService getFeaturesService()
public void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
Copyright © 2011–2014 Red Hat. All rights reserved.