| Modifier and Type | Class | Description |
|---|---|---|
class |
CompositeComponentImpl<C extends Component> |
The
CompositeComponentImpl is an implementation of the
CompositeComponent. |
static class |
CompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX,CON> |
The
CompositeComponentImpl.ExtendedCompositeComponentImpl is an implementation of the
CompositeComponent.ExtendedCompositeComponent. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ConfigurableComponent<CTX> |
A
ConfigurableComponent can be configured invoking the method
Configurable.initialize(Object). |
interface |
DigesterComponent<J> |
|
interface |
InitializableComponent |
A
InitializableComponent can be initialized invoking the method
Initializable.initialize(). |
| Constructor | Description |
|---|---|
CompositeComponentImpl(C... aComponents) |
Creates a
CompositeComponentImpl containing the provided
components. |
CompositeComponentImpl(org.refcodes.controlflow.ExecutionStrategy aStrategy,
C... aComponents) |
Creates a
CompositeComponentImpl containing the provided
components. |
ExtendedCompositeComponentImpl(C... aComponents) |
Instantiates a new extended composite component impl.
|
ExtendedCompositeComponentImpl(org.refcodes.controlflow.ExecutionStrategy aStrategy,
C... aComponents) |
Instantiates a new extended composite component impl.
|
Copyright © 2018. All rights reserved.