public class ArrayRecipe extends AbstractRecipe
name, prototype| Constructor and Description |
|---|
ArrayRecipe(String name,
Object type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Recipe value) |
List<Recipe> |
getDependencies()
Get the list of nested recipes, i.e.
|
protected Object |
internalCreate() |
addPartialObject, convert, convert, create, destroy, getConstructorDependencies, getName, isPrototype, loadClass, loadType, loadType, setPrototype, toStringpublic List<Recipe> getDependencies()
Recipeprotected Object internalCreate() throws ComponentDefinitionException
internalCreate in class AbstractRecipeComponentDefinitionExceptionpublic void add(Recipe value)
Copyright © 2015. All rights reserved.