org.jclouds.karaf.chef.commands.completer
Class ChefApiCompleter

java.lang.Object
  extended by org.jclouds.karaf.chef.commands.completer.ChefApiCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

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


Constructor Summary
ChefApiCompleter(boolean displayApisWithoutService)
           
 
Method Summary
 int complete(String buffer, int cursor, List<String> candidates)
           
 List<? extends org.jclouds.chef.ChefService> getChefServices()
           
 void setChefServices(List<? extends org.jclouds.chef.ChefService> chefServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChefApiCompleter

public ChefApiCompleter(boolean displayApisWithoutService)
Method Detail

complete

public int complete(String buffer,
                    int cursor,
                    List<String> candidates)
Specified by:
complete in interface org.apache.karaf.shell.console.Completer

getChefServices

public List<? extends org.jclouds.chef.ChefService> getChefServices()

setChefServices

public void setChefServices(List<? extends org.jclouds.chef.ChefService> chefServices)


Copyright © 2013. All Rights Reserved.