org.apache.xbean.recipe
Interface Recipe
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- SecretRecipe
- All Known Implementing Classes:
- AbstractRecipe, AbstractSecretRecipe, CollectionRecipe, MapRecipe, ObjectRecipe, StaticRecipe, UnsetPropertiesRecipe, ValueRecipe
public interface Recipe
- extends Serializable
getPriority
float getPriority()
canCreate
boolean canCreate(Class type,
ClassLoader classLoader)
create
Object create()
throws ConstructionException
- Throws:
ConstructionException
create
Object create(ClassLoader classLoader)
throws ConstructionException
- Throws:
ConstructionException
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.