Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.vocabulary.batch |
Batch DSL vocabulary annotations/classes.
|
com.asakusafw.vocabulary.flow |
Flow DSL vocabulary annotations/classes about data flow representations.
|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowPartTester.runTest(FlowDescription description)
Executes a flow-part and then verifies the execution result.
|
Modifier and Type | Method and Description |
---|---|
void |
TestDriverBase.addInputTrace(Class<? extends FlowDescription> flowpartClass,
String portName)
Deprecated.
some platform does not support tracing flow-part I/O;
please use
TestDriverBase.addInputTrace(Class, String, String) instead |
void |
TestDriverBase.addOutputTrace(Class<? extends FlowDescription> flowpartClass,
String portName)
Deprecated.
some platform does not support tracing flow-part I/O;
please use
TestDriverBase.addOutputTrace(Class, String, String) instead |
void |
JobFlowTester.runTest(Class<? extends FlowDescription> description)
Executes a jobflow and then verifies the execution result.
|
Modifier and Type | Method and Description |
---|---|
ArtifactMirror |
CompilerSession.compileFlow(FlowDescription flow,
FlowPortMap portMap)
Compiles a flow.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends FlowDescription> |
JobFlowWorkDescription.getFlowClass()
Returns the jobflow class.
|
Modifier and Type | Method and Description |
---|---|
protected BatchDescription.DependencyBuilder |
BatchDescription.run(Class<? extends FlowDescription> jobflow)
Start registering a new jobflow to this batch.
|
Constructor and Description |
---|
JobFlowWorkDescription(Class<? extends FlowDescription> flowClass)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static String |
FlowDescription.getJobFlowName(Class<? extends FlowDescription> aClass)
Returns the flow ID of the target jobflow class.
|
boolean |
FlowDescription.isFlowPart(Class<? extends FlowDescription> aClass)
Returns whether the target class represents a flow-part or not.
|
static boolean |
FlowDescription.isJobFlow(Class<? extends FlowDescription> aClass)
Returns whether the target class represents a jobflow or not.
|
Modifier and Type | Method and Description |
---|---|
Constructor<? extends FlowDescription> |
FlowNodeBuilder.getConstructor()
Returns the target constructor.
|
Modifier and Type | Method and Description |
---|---|
static FlowElementBuilder |
FlowElementBuilder.createFlow(Class<? extends FlowDescription> flowDescriptionClass,
Class<?>... constructorParameterTypes)
Creates a new instance for flow description class.
|
Constructor and Description |
---|
FlowNodeBuilder(Class<? extends FlowDescription> flowClass,
Class<?>... parameterTypes)
Creates a new instance for operator method.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends FlowDescription> |
FlowGraph.getDescription()
Returns the description class.
|
Modifier and Type | Method and Description |
---|---|
FlowElementResolver |
FlowPartDescription.Builder.toResolver(FlowDescription desc)
Creates a new
FlowElementResolver object from the previously information. |
Constructor and Description |
---|
Builder(Class<? extends FlowDescription> declaring)
Creates a new instance.
|
FlowGraph(Class<? extends FlowDescription> description,
List<? extends FlowIn<?>> flowInputs,
List<? extends FlowOut<?>> flowOutputs)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.