org.apache.karaf.features.command.completers
Class AllFeatureCompleter
java.lang.Object
org.apache.karaf.features.command.completers.FeatureCompleterSupport
org.apache.karaf.features.command.completers.AllFeatureCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer
public class AllFeatureCompleter
- extends FeatureCompleterSupport
jline.Completor for available features.
|
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 |
AllFeatureCompleter
public AllFeatureCompleter()
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.