|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xbean.recipe.StaticRecipe
public final class StaticRecipe
| 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 |
|---|
public StaticRecipe(java.lang.Object object)
| Method Detail |
|---|
public boolean canCreate(java.lang.reflect.Type type)
canCreate in interface Recipe
public java.lang.Object create()
throws ConstructionException
create in interface RecipeConstructionException
public java.lang.Object create(java.lang.ClassLoader classLoader)
throws ConstructionException
create in interface RecipeConstructionException
public java.lang.Object create(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed)
throws ConstructionException
create in interface RecipeConstructionExceptionpublic java.util.List<Recipe> getNestedRecipes()
getNestedRecipes in interface Recipepublic java.util.List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface Recipepublic java.lang.String getName()
getName in interface Recipepublic float getPriority()
getPriority in interface Recipe
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||