org.apache.karaf.features.command.completers
Class AllFeatureCompleter

java.lang.Object
  extended by org.apache.karaf.features.command.completers.FeatureCompleterSupport
      extended by org.apache.karaf.features.command.completers.AllFeatureCompleter
All Implemented Interfaces:
Completer

public class AllFeatureCompleter
extends FeatureCompleterSupport

jline.Completor for available features.


Field Summary
 
Fields inherited from class org.apache.karaf.features.command.completers.FeatureCompleterSupport
featuresService
 
Constructor Summary
AllFeatureCompleter()
           
 
Method Summary
protected  boolean acceptsFeature(Feature feature)
          Method for filtering features.
 
Methods inherited from class org.apache.karaf.features.command.completers.FeatureCompleterSupport
complete, setFeaturesService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllFeatureCompleter

public AllFeatureCompleter()
Method Detail

acceptsFeature

protected boolean acceptsFeature(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-2011 Apache Software Foundation. All Rights Reserved.