public class BundleLocationCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer
Constructor and Description |
---|
BundleLocationCompleter() |
Modifier and Type | Method and Description |
---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates) |
org.apache.karaf.features.FeaturesService |
getFeaturesService() |
void |
setFeaturesService(org.apache.karaf.features.FeaturesService featuresService) |
public int complete(java.lang.String buffer, int cursor, java.util.List<java.lang.String> candidates)
complete
in interface org.apache.karaf.shell.console.Completer
public org.apache.karaf.features.FeaturesService getFeaturesService()
public void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
Copyright © 2017 Red Hat. All Rights Reserved.