public class ChefApiCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
ChefApiCompleter(boolean displayApisWithoutService) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates) |
java.util.List<? extends org.jclouds.chef.ChefService> |
getChefServices() |
void |
setChefServices(java.util.List<? extends org.jclouds.chef.ChefService> chefServices) |
public int complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic java.util.List<? extends org.jclouds.chef.ChefService> getChefServices()
public void setChefServices(java.util.List<? extends org.jclouds.chef.ChefService> chefServices)
Copyright © 2013. All Rights Reserved.