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

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

public class FeatureRepositoryCompleter
extends java.lang.Object
implements Completer

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


Constructor Summary
FeatureRepositoryCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 void setFeaturesService(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(FeaturesService featuresService)

complete

public int complete(java.lang.String buffer,
                    int cursor,
                    java.util.List candidates)
Specified by:
complete in interface Completer


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.