org.apache.xbean.recipe
Class StaticRecipe

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

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

public final class StaticRecipe
extends java.lang.Object
implements Recipe

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

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

canCreate

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

create

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

create

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

create

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

getNestedRecipes

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

getConstructorRecipes

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

getName

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

getPriority

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


Copyright © 2005-2011. All Rights Reserved.