org.apache.geronimo.blueprint.di
Class EnvironmentRecipe
java.lang.Object
org.apache.geronimo.blueprint.di.AbstractRecipe
org.apache.geronimo.blueprint.di.EnvironmentRecipe
- All Implemented Interfaces:
- Recipe
public class EnvironmentRecipe
- extends AbstractRecipe
- Version:
- $Rev: 6685 $ $Date: 2005-12-28T00:29:37.967210Z $
| Methods inherited from class org.apache.geronimo.blueprint.di.AbstractRecipe |
addPartialObject, convert, convert, create, destroy, getConstructorDependencies, getName, isPrototype, loadClass, loadType, loadType, setPrototype |
EnvironmentRecipe
public EnvironmentRecipe(String id,
Object object)
internalCreate
protected Object internalCreate()
throws ComponentDefinitionException
- Specified by:
internalCreate in class AbstractRecipe
- Throws:
ComponentDefinitionException
getDependencies
public List<Recipe> getDependencies()
- Description copied from interface:
Recipe
- Get the list of nested recipes, i.e. all dependencies including
constructor dependencies.
- Returns:
- a list of dependencies
toString
public String toString()
- Overrides:
toString in class AbstractRecipe
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.