org.apache.xbean.recipe
Class StaticRecipe

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

Deprecated. The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4

public final class StaticRecipe
extends Object
implements Recipe

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
StaticRecipe(Object object)
          Deprecated.  
 
Method Summary
 boolean canCreate(Type type)
          Deprecated.  
 Object create()
          Deprecated.  
 Object create(ClassLoader classLoader)
          Deprecated.  
 Object create(Type expectedType, boolean lazyRefAllowed)
          Deprecated.  
 List<Recipe> getConstructorRecipes()
          Deprecated.  
 String getName()
          Deprecated.  
 List<Recipe> getNestedRecipes()
          Deprecated.  
 float getPriority()
          Deprecated.  
 
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)
Deprecated. 
Method Detail

canCreate

public boolean canCreate(Type type)
Deprecated. 
Specified by:
canCreate in interface Recipe

create

public Object create()
              throws ConstructionException
Deprecated. 
Specified by:
create in interface Recipe
Throws:
ConstructionException

create

public Object create(ClassLoader classLoader)
              throws ConstructionException
Deprecated. 
Specified by:
create in interface Recipe
Throws:
ConstructionException

create

public Object create(Type expectedType,
                     boolean lazyRefAllowed)
              throws ConstructionException
Deprecated. 
Specified by:
create in interface Recipe
Throws:
ConstructionException

getNestedRecipes

public List<Recipe> getNestedRecipes()
Deprecated. 
Specified by:
getNestedRecipes in interface Recipe

getConstructorRecipes

public List<Recipe> getConstructorRecipes()
Deprecated. 
Specified by:
getConstructorRecipes in interface Recipe

getName

public String getName()
Deprecated. 
Specified by:
getName in interface Recipe

getPriority

public float getPriority()
Deprecated. 
Specified by:
getPriority in interface Recipe


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.