Uses of Interface
org.apache.xbean.recipe.Recipe
Packages that use Recipe
-
Uses of Recipe in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement RecipeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassfinal classDeprecated.The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4classMethods in org.apache.xbean.recipe that return RecipeModifier and TypeMethodDescriptionstatic RecipeRecipeHelper.getCaller()DefaultExecutionContext.pop()abstract RecipeExecutionContext.pop()Removes the top recipe from the execution stack.Methods in org.apache.xbean.recipe that return types with arguments of type RecipeModifier and TypeMethodDescriptionCircularDependencyException.getCircularDependency()AbstractRecipe.getConstructorRecipes()ArrayRecipe.getConstructorRecipes()CollectionRecipe.getConstructorRecipes()MapRecipe.getConstructorRecipes()ObjectRecipe.getConstructorRecipes()Recipe.getConstructorRecipes()ReferenceNameRecipe.getConstructorRecipes()ReferenceRecipe.getConstructorRecipes()StaticRecipe.getConstructorRecipes()Deprecated.AbstractRecipe.getNestedRecipes()ArrayRecipe.getNestedRecipes()CollectionRecipe.getNestedRecipes()MapRecipe.getNestedRecipes()ObjectRecipe.getNestedRecipes()Recipe.getNestedRecipes()ReferenceNameRecipe.getNestedRecipes()ReferenceRecipe.getNestedRecipes()StaticRecipe.getNestedRecipes()Deprecated.DefaultExecutionContext.getStack()abstract LinkedList<Recipe> ExecutionContext.getStack()Gets a snapshot of the current execution stack.Methods in org.apache.xbean.recipe with parameters of type RecipeModifier and TypeMethodDescriptionvoidabstract voidAdds a recipe to the top of the execution stack.voidConstructor parameters in org.apache.xbean.recipe with type arguments of type RecipeModifierConstructorDescriptionCircularDependencyException(String message, Throwable cause, List<Recipe> circularDependency) CircularDependencyException(String message, List<Recipe> circularDependency) CircularDependencyException(Throwable cause, List<Recipe> circularDependency) CircularDependencyException(List<Recipe> circularDependency)