|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.util.RunListBuilder
public class RunListBuilder
builds a run list in the correct syntax for chef.
| Constructor Summary | |
|---|---|
RunListBuilder()
|
|
| Method Summary | |
|---|---|
RunListBuilder |
addRecipe(String recipe)
Add the following recipe to the run list |
RunListBuilder |
addRecipes(String... recipes)
Add the following recipes to the run list |
RunListBuilder |
addRole(String role)
Add the following role to the run list |
RunListBuilder |
addRoles(String... roles)
Add the following roles to the run list |
List<String> |
build()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunListBuilder()
| Method Detail |
|---|
public RunListBuilder addRecipe(String recipe)
public RunListBuilder addRecipes(String... recipes)
public RunListBuilder addRole(String role)
public RunListBuilder addRoles(String... roles)
public List<String> build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||