public abstract static class DirectIoTester.DirectIoResource extends DriverToolBase
| Modifier and Type | Method and Description |
|---|---|
abstract void |
prepare(DataModelSourceFactory source)
Sets a data source for this external resource.
|
void |
prepare(Iterable<?> objects)
Sets a data objects for this external resource.
|
void |
prepare(Provider<? extends Source<?>> provider)
Sets a data source provider for this external resource.
|
void |
prepare(String sourcePath)
Sets a data source path for this external resource.
|
getCallerClass, getTestToolstoDataModelSinkFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFilter, toOutputUri, toUri, toVerifierFactorypublic abstract void prepare(DataModelSourceFactory source)
source - input datapublic final void prepare(String sourcePath)
sourcePath - the source pathIllegalArgumentException - if the source is not foundpublic final void prepare(Iterable<?> objects)
objects - a list of data model objectsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.