org.jclouds.karaf.chef.commands.completer
Class ChefApiCompleter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChefApiCompleter
public ChefApiCompleter(boolean displayApisWithoutService)
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.