org.apache.xbean.recipe
Class CollectionRecipe

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

public class CollectionRecipe
extends AbstractRecipe

See Also:
Serialized Form

Constructor Summary
CollectionRecipe()
           
CollectionRecipe(Class type)
           
CollectionRecipe(Class type, Collection collection)
           
CollectionRecipe(Collection collection)
           
CollectionRecipe(CollectionRecipe collectionRecipe)
           
CollectionRecipe(String type)
           
CollectionRecipe(String type, Collection collection)
           
 
Method Summary
 void add(Boolean value)
           
 void add(Byte value)
           
 void add(Character value)
           
 void add(Double value)
           
 void add(Float value)
           
 void add(Integer value)
           
 void add(Long value)
           
 void add(Recipe value)
           
 void add(Short value)
           
 void add(String value)
           
 void addAll(Collection value)
           
 boolean canCreate(Class type, ClassLoader classLoader)
           
 Collection create(ClassLoader classLoader)
           
 
Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, getPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionRecipe

public CollectionRecipe()

CollectionRecipe

public CollectionRecipe(String type)

CollectionRecipe

public CollectionRecipe(Class type)

CollectionRecipe

public CollectionRecipe(Collection collection)

CollectionRecipe

public CollectionRecipe(String type,
                        Collection collection)

CollectionRecipe

public CollectionRecipe(Class type,
                        Collection collection)

CollectionRecipe

public CollectionRecipe(CollectionRecipe collectionRecipe)
Method Detail

canCreate

public boolean canCreate(Class type,
                         ClassLoader classLoader)

create

public Collection create(ClassLoader classLoader)

add

public void add(Boolean value)

add

public void add(Character value)

add

public void add(Byte value)

add

public void add(Short value)

add

public void add(Integer value)

add

public void add(Long value)

add

public void add(Float value)

add

public void add(Double value)

add

public void add(String value)

add

public void add(Recipe value)

addAll

public void addAll(Collection value)


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