com.cybelia.sandra.ibu
Class IBU.AbstractInjector<E>
java.lang.Object
com.cybelia.sandra.ibu.IBU.AbstractInjector<E>
- All Implemented Interfaces:
- IBU.Injector<E>
- Direct Known Subclasses:
- IBU.FileInjector, IBU.StringInjector
- Enclosing class:
- IBU
protected abstract class IBU.AbstractInjector<E>
- extends Object
- implements IBU.Injector<E>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected ManagerInjector manager
contextMigration
protected MigrationContext contextMigration
reader
protected CSVReaderGeneric<E> reader
toInject
protected List<E> toInject
IBU.AbstractInjector
protected IBU.AbstractInjector(CSVReaderGeneric<E> reader,
ManagerInjector manager)
doInject
public void doInject()
- Specified by:
doInject in interface IBU.Injector<E>
getNbLines
public int getNbLines()
getReader
public abstract Reader getReader()
Copyright © 2008-2012 Cybelia. All Rights Reserved.