net.shibboleth.metadata
Interface ItemCollectionFactory<ItemType extends Item>

Type Parameters:
ItemType - the type of items the produced collection will contain
All Known Implementing Classes:
SimpleItemCollectionFactory

public interface ItemCollectionFactory<ItemType extends Item>

Factory used to create the Collection that will be passed in to each child pipeline.


Method Summary
 Collection<ItemType> newCollection()
          Creates the Collection.
 

Method Detail

newCollection

Collection<ItemType> newCollection()
Creates the Collection.

Returns:
the Collection


Copyright © 2009-2011. All Rights Reserved.