net.sf.beanrunner.factory
Class AbstractInstanceFactory

java.lang.Object
  extended bynet.sf.beanrunner.factory.AbstractInstanceFactory
All Implemented Interfaces:
InstanceFactory
Direct Known Subclasses:
BooleanInstanceFactory, CharInstanceFactory, CollectionInstanceFactory, DateInstanceFactory, MapInstanceFactory, NumberInstanceFactory

public abstract class AbstractInstanceFactory
extends java.lang.Object
implements InstanceFactory


Constructor Summary
protected AbstractInstanceFactory()
           
 
Method Summary
protected abstract  void initCollection(java.util.Collection collection)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInstanceFactory

protected AbstractInstanceFactory()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface InstanceFactory

initCollection

protected abstract void initCollection(java.util.Collection collection)


Copyright © 2008. All Rights Reserved.