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

java.lang.Object
  extended by org.apache.karaf.features.command.completers.FeatureRepositoryCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class FeatureRepositoryCompleter
extends Object
implements org.apache.karaf.shell.console.Completer

jline.Completor for Feature Repository URLs. Displays a list of currently installed Feature repositories.


Constructor Summary
FeatureRepositoryCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureRepositoryCompleter

public FeatureRepositoryCompleter()
Method Detail

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.