Package | Description |
---|---|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactMirror
Represents a compiled artifact.
|
interface |
BatchMirror
Represents a batch.
|
interface |
JobflowMirror
Represents a jobflow.
|
interface |
PortMirror<T>
Represents an external I/O port.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMirror
An abstract implementation of
Mirror . |
class |
BasicArtifactMirror
A basic implementation of
ArtifactMirror . |
class |
BasicBatchMirror
A basic implementation of
BatchMirror . |
class |
BasicJobflowMirror
A basic implementation of
JobflowMirror . |
class |
BasicPortMirror<T>
A basic implementation of
PortMirror . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.