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 | Method and Description |
---|---|
ArtifactMirror |
CompilerSession.compileBatch(Class<?> batchClass)
Compiles a batch class.
|
ArtifactMirror |
CompilerSession.compileFlow(FlowDescription flow,
FlowPortMap portMap)
Compiles a flow.
|
ArtifactMirror |
CompilerSession.compileJobflow(Class<?> jobflowClass)
Compiles a jobflow class.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicArtifactMirror
A basic implementation of
ArtifactMirror . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.