org.apache.xbean.recipe
Class StaticRecipe

java.lang.Object
  extended by org.apache.xbean.recipe.AbstractRecipe
      extended by org.apache.xbean.recipe.StaticRecipe
All Implemented Interfaces:
Serializable, Recipe

public class StaticRecipe
extends AbstractRecipe

See Also:
Serialized Form

Constructor Summary
StaticRecipe(Object object)
           
 
Method Summary
 boolean canCreate(Class type, ClassLoader classLoader)
           
 Object create(ClassLoader classLoader)
           
 
Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, getPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticRecipe

public StaticRecipe(Object object)
Method Detail

canCreate

public boolean canCreate(Class type,
                         ClassLoader classLoader)

create

public Object create(ClassLoader classLoader)
              throws ConstructionException
Throws:
ConstructionException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.