public class ChefContextNameCompleter extends Object implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
ChefContextNameCompleter() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public int complete(String buffer, int cursor, List<String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic List<? extends org.jclouds.chef.ChefService> getChefServices()
public void setChefServices(List<? extends org.jclouds.chef.ChefService> chefServices)
Copyright © 2012. All Rights Reserved.