public interface DriverFactory
SourceDriver
and DrainDriver
.Modifier and Type | Method and Description |
---|---|
<T> DrainDriver<T> |
createDrain(ProcessScript<T> script)
Creates a new drain driver.
|
<T> SourceDriver<T> |
createSource(ProcessScript<T> script)
Creates a new source driver.
|
<T> SourceDriver<T> createSource(ProcessScript<T> script) throws IOException
T
- target data model typescript
- target processIOException
- if failed to create a driverIllegalArgumentException
- if any parameter is null
<T> DrainDriver<T> createDrain(ProcessScript<T> script) throws IOException
T
- target data model typescript
- target processIOException
- if failed to create a driverIllegalArgumentException
- if any parameter is null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.