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

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

public class FeatureRepositoryNameCompleter
extends java.lang.Object
implements Completer

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


Constructor Summary
FeatureRepositoryNameCompleter()
           
 
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

FeatureRepositoryNameCompleter

public FeatureRepositoryNameCompleter()
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.