public class ChefRecipeProvider extends Object implements RecipeProvider
| Constructor and Description |
|---|
ChefRecipeProvider(org.jclouds.chef.ChefService chefService) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.scriptbuilder.domain.Statement |
createStatement(String recipe,
String group) |
String |
getId() |
Set<String> |
listProvidedRecipes() |
public ChefRecipeProvider(org.jclouds.chef.ChefService chefService)
public String getId()
getId in interface RecipeProviderpublic org.jclouds.scriptbuilder.domain.Statement createStatement(String recipe, String group)
createStatement in interface RecipeProviderpublic Set<String> listProvidedRecipes()
listProvidedRecipes in interface RecipeProviderCopyright © 2013. All Rights Reserved.