Package | Description |
---|---|
com.asakusafw.vocabulary.windgate |
Asakusa DSL vocabularies extensions for WindGate.
|
com.asakusafw.windgate.stream |
WindGate resource skeletons using Input/Output streams.
|
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends DataModelStreamSupport<?>> |
FsExporterDescription.getStreamSupport()
Returns an implementation of
DataModelStreamSupport class. |
abstract Class<? extends DataModelStreamSupport<?>> |
FsImporterDescription.getStreamSupport()
Returns an implementation of
DataModelStreamSupport class. |
Modifier and Type | Method and Description |
---|---|
static <T> DataModelStreamSupport<? super T> |
StreamResourceUtil.loadSupport(ClassLoader classLoader,
String resourceName,
ProcessScript<T> script,
DriverScript.Kind direction)
Creates a new instance.
|
Constructor and Description |
---|
StreamDrainDriver(String resourceName,
String processName,
OutputStreamProvider streamProvider,
DataModelStreamSupport<? super T> streamSupport)
Creates a new instance.
|
StreamSourceDriver(String resourceName,
String processName,
InputStreamProvider streamProvider,
DataModelStreamSupport<? super T> streamSupport,
T buffer)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.