org.apache.karaf.features.command.completers
Class AvailableFeatureCompleter
java.lang.Object
org.apache.karaf.features.command.completers.FeatureCompleterSupport
org.apache.karaf.features.command.completers.AvailableFeatureCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer
public class AvailableFeatureCompleter
- extends FeatureCompleterSupport
jline.Completor for features not installed yet.
|
Method Summary |
protected boolean |
acceptsFeature(org.apache.karaf.features.Feature feature)
Method for filtering features. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvailableFeatureCompleter
public AvailableFeatureCompleter()
acceptsFeature
protected boolean acceptsFeature(org.apache.karaf.features.Feature feature)
- Description copied from class:
FeatureCompleterSupport
- Method for filtering features.
- Specified by:
acceptsFeature in class FeatureCompleterSupport
- Parameters:
feature - The feature.
- Returns:
- True if feature should be available in completer.
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.