org.apache.karaf.features.command.completers
Class FeatureRepositoryNameCompleter
java.lang.Object
org.apache.karaf.features.command.completers.FeatureRepositoryNameCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer
public class FeatureRepositoryNameCompleter
- extends Object
- implements org.apache.karaf.shell.console.Completer
jline.Completor for Feature Repository URLs.
Displays a list of currently installed Feature repositories.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureRepositoryNameCompleter
public FeatureRepositoryNameCompleter()
setFeaturesService
public void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
complete
public int complete(String buffer,
int cursor,
List candidates)
- Specified by:
complete in interface org.apache.karaf.shell.console.Completer
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.