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

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

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


Constructor Summary
FeatureRepoNameCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, 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(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.