Package | Description |
---|---|
com.asakusafw.windgate.core |
Script models for WindGate.
|
com.asakusafw.windgate.stream |
WindGate resource skeletons using Input/Output streams.
|
Modifier and Type | Method and Description |
---|---|
abstract DriverScript.Kind |
DriverScript.Kind.opposite()
Returns the opposite kind.
|
static DriverScript.Kind |
DriverScript.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverScript.Kind[] |
DriverScript.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DriverScript |
ProcessScript.getDriverScript(DriverScript.Kind kind)
Returns the script which describes a specified driver.
|
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.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.