public abstract class AbstractRecipe extends Object implements Recipe
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRecipe() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create() |
Object |
create(ClassLoader classLoader) |
Object |
create(Type expectedType,
boolean lazyRefAllowed) |
List<Recipe> |
getConstructorRecipes() |
String |
getName() |
List<Recipe> |
getNestedRecipes() |
float |
getPriority() |
protected abstract Object |
internalCreate(Type expectedType,
boolean lazyRefAllowed) |
void |
setName(String name) |
String |
toString() |
protected AbstractRecipe()
public float getPriority()
getPriority in interface Recipepublic Object create() throws ConstructionException
create in interface RecipeConstructionExceptionpublic final Object create(ClassLoader classLoader) throws ConstructionException
create in interface RecipeConstructionExceptionpublic final Object create(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
create in interface RecipeConstructionExceptionprotected abstract Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
ConstructionExceptionpublic List<Recipe> getNestedRecipes()
getNestedRecipes in interface Recipepublic List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface RecipeCopyright © 2005–2014. All rights reserved.