public class CookbookVersionPredicates extends Object
ChefService
.Constructor and Description |
---|
CookbookVersionPredicates() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<CookbookVersion> |
containsRecipe(String recipe) |
static com.google.common.base.Predicate<CookbookVersion> |
containsRecipes(String... recipes)
Note that the default recipe of a cookbook is its name.
|
public static com.google.common.base.Predicate<CookbookVersion> containsRecipe(String recipe)
containsRecipes(java.lang.String...)
public static com.google.common.base.Predicate<CookbookVersion> containsRecipes(String... recipes)
apache2
will
be the default recipe where apache2::mod_proxy
is a specific one
in the cookbook.recipes
- names of the recipes.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.