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

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

public class FeatureRepoNameCompleter
extends java.lang.Object
implements Completer


Constructor Summary
FeatureRepoNameCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 void setFeatureFinder(FeatureFinder featureFinder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureRepoNameCompleter

public FeatureRepoNameCompleter()
Method Detail

setFeatureFinder

public void setFeatureFinder(FeatureFinder featureFinder)

complete

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


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.