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 |
---|---|
PortMirror<? extends ImporterDescription> |
JobflowMirror.findInput(String name)
Returns an input of this jobflow.
|
PortMirror<? extends ExporterDescription> |
JobflowMirror.findOutput(String name)
Returns an output of this jobflow.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends PortMirror<? extends ImporterDescription>> |
JobflowMirror.getInputs()
Returns the input ports of the jobflow.
|
Collection<? extends PortMirror<? extends ExporterDescription>> |
JobflowMirror.getOutputs()
Returns the output ports of the jobflow.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPortMirror<T>
A basic implementation of
PortMirror . |
Modifier and Type | Method and Description |
---|---|
PortMirror<? extends ImporterDescription> |
BasicJobflowMirror.findInput(String name) |
PortMirror<? extends ExporterDescription> |
BasicJobflowMirror.findOutput(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends PortMirror<? extends ImporterDescription>> |
BasicJobflowMirror.getInputs() |
Collection<? extends PortMirror<? extends ExporterDescription>> |
BasicJobflowMirror.getOutputs() |
Modifier and Type | Method and Description |
---|---|
void |
BasicJobflowMirror.addInput(PortMirror<? extends ImporterDescription> port)
Adds an external input port.
|
void |
BasicJobflowMirror.addOutput(PortMirror<? extends ExporterDescription> port)
Adds an external output port.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicJobflowMirror.addInputs(Collection<? extends PortMirror<? extends ImporterDescription>> ports)
Adds external input ports.
|
void |
BasicJobflowMirror.addOutputs(Collection<? extends PortMirror<? extends ExporterDescription>> ports)
Adds external output ports.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.