protected abstract class IBU.AbstractInjector<E> extends Object implements IBU.Injector<E>
| Modifier and Type | Field and Description |
|---|---|
protected MigrationContext |
contextMigration |
protected ManagerInjector |
manager |
protected CSVReaderGeneric<E> |
reader |
protected List<E> |
toInject |
| Modifier | Constructor and Description |
|---|---|
protected |
IBU.AbstractInjector(CSVReaderGeneric<E> reader,
ManagerInjector manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
doInject() |
int |
getNbLines() |
abstract Reader |
getReader() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinjectprotected ManagerInjector manager
protected MigrationContext contextMigration
protected CSVReaderGeneric<E> reader
protected IBU.AbstractInjector(CSVReaderGeneric<E> reader, ManagerInjector manager)
public void doInject()
doInject in interface IBU.Injector<E>public int getNbLines()
public abstract Reader getReader()
Copyright © 2008-2013 Cybelia. All Rights Reserved.