org.apache.xbean.recipe
Class AbstractRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
- All Implemented Interfaces:
- Serializable, Recipe
- Direct Known Subclasses:
- AbstractSecretRecipe, CollectionRecipe, MapRecipe, ObjectRecipe, StaticRecipe, ValueRecipe
public abstract class AbstractRecipe
- extends Object
- implements Recipe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRecipe
public AbstractRecipe()
getPriority
public float getPriority()
- Specified by:
getPriority
in interface Recipe
create
public Object create()
throws ConstructionException
- Specified by:
create
in interface Recipe
- Throws:
ConstructionException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.