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, canConvert, convert, convert, create, destroy, getConstructorDependencies, getName, isPrototype, loadClass, loadType, loadType, setPrototype, toStringpublic List<Recipe> getDependencies()
Recipeprotected Object internalCreate() throws org.osgi.service.blueprint.container.ComponentDefinitionException
internalCreate in class AbstractRecipeorg.osgi.service.blueprint.container.ComponentDefinitionExceptionpublic void add(Recipe value)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.