org.apache.xbean.recipe
Class ValueRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.ValueRecipe
- All Implemented Interfaces:
- Serializable, Recipe
public class ValueRecipe
- extends AbstractRecipe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueRecipe
public ValueRecipe(Class type,
String value)
ValueRecipe
public ValueRecipe(String type,
String value)
ValueRecipe
public ValueRecipe(Object value)
ValueRecipe
public ValueRecipe(ValueRecipe valueRecipe)
canCreate
public boolean canCreate(Class type,
ClassLoader classLoader)
getType
public String getType()
getValue
public String getValue()
create
public Object create(ClassLoader classLoader)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.