org.apache.xbean.recipe
Class UnsetPropertiesRecipe

java.lang.Object
  extended by org.apache.xbean.recipe.AbstractRecipe
      extended by org.apache.xbean.recipe.AbstractSecretRecipe
          extended by org.apache.xbean.recipe.UnsetPropertiesRecipe
All Implemented Interfaces:
Serializable, Recipe, SecretRecipe

public class UnsetPropertiesRecipe
extends AbstractSecretRecipe

See Also:
Serialized Form

Constructor Summary
UnsetPropertiesRecipe()
           
 
Method Summary
 boolean canCreate(Class type, ClassLoader classLoader)
           
 Object create(Recipe outerRecipe, ClassLoader classLoader)
           
 float getPriority()
           
 
Methods inherited from class org.apache.xbean.recipe.AbstractSecretRecipe
create
 
Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.recipe.Recipe
create
 

Constructor Detail

UnsetPropertiesRecipe

public UnsetPropertiesRecipe()
Method Detail

getPriority

public float getPriority()
Specified by:
getPriority in interface Recipe
Overrides:
getPriority in class AbstractRecipe

canCreate

public boolean canCreate(Class type,
                         ClassLoader classLoader)

create

public Object create(Recipe outerRecipe,
                     ClassLoader classLoader)
              throws ConstructionException
Throws:
ConstructionException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.