| Package | Description |
|---|---|
| org.refcodes.assembler.impls |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeSequentialAssemblerImpl<WP>
A compound sequential assembler which is passing the work piece from one
contained assembler to the next in the order in which them were passed.
|
| Constructor and Description |
|---|
CompositeSequentialAssemblerImpl(Assembler<WP>... aAssemblers)
Constructs the sequential assembler which contains a list of assemblers
being invoked in the order in which them were added upon calling the
method
CompositeSequentialAssemblerImpl.doAssemble(Object). |
CompositeSequentialAssemblerImpl(boolean isContinueOnFinished,
boolean isContinueOnError,
Assembler<WP>... aAssemblers)
Constructs the sequential assembler which contains a list of assemblers
being invoked in the order in which them were added upon calling the
method
CompositeSequentialAssemblerImpl.doAssemble(Object). |
CompositeSequentialAssemblerImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
Assembler<WP>... aAssemblers)
Constructs the sequential assembler which contains a list of assemblers
being invoked in the order in which them were added upon calling the
method
CompositeSequentialAssemblerImpl.doAssemble(Object). |
CompositeSequentialAssemblerImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
boolean isContinueOnFinished,
boolean isContinueOnError,
Assembler<WP>... aAssemblers)
Constructs the sequential assembler which contains a list of assemblers
being invoked in the order in which them were added upon calling the
method
CompositeSequentialAssemblerImpl.doAssemble(Object). |
Copyright © 2015. All rights reserved.