Package | Description |
---|---|
com.asakusafw.testdriver.windgate |
Moderates test input/result using WindGate.
|
com.asakusafw.windgate.core.resource |
Abstract implementations of WindGate resources.
|
com.asakusafw.windgate.core.util |
Utilities for WindGate.
|
com.asakusafw.windgate.file.resource |
Resource implementation using the local file system (for testing).
|
com.asakusafw.windgate.jdbc |
WindGate resources using JDBC.
|
com.asakusafw.windgate.stream.file |
WindGate resources using local file systems.
|
Modifier and Type | Method and Description |
---|---|
static ResourceManipulator |
WindGateTestHelper.createResourceManipulator(TestContext testContext,
WindGateProcessDescription description,
ParameterList arguments)
Creates a
ResourceMirror for the description. |
Modifier and Type | Method and Description |
---|---|
ResourceManipulator |
ResourceProvider.createManipulator(ParameterList arguments)
Provides a new
ResourceManipulator . |
Modifier and Type | Method and Description |
---|---|
ResourceManipulator |
VoidResourceProvider.createManipulator(ParameterList arguments) |
Modifier and Type | Class and Description |
---|---|
class |
FileResourceManipulator
ResourceManipulator corresponded to FileResourceMirror . |
Modifier and Type | Method and Description |
---|---|
ResourceManipulator |
FileResourceProvider.createManipulator(ParameterList arguments) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcResourceManipulator
An implementation of
ResourceManipulator using JDBC. |
Modifier and Type | Method and Description |
---|---|
ResourceManipulator |
JdbcResourceProvider.createManipulator(ParameterList arguments) |
Modifier and Type | Method and Description |
---|---|
ResourceManipulator |
FileResourceProvider.createManipulator(ParameterList arguments) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.