Package | Description |
---|---|
org.refcodes.component | |
org.refcodes.component.impls |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableComponent<CTX>
A
ConfigurableComponent can be configured invoking the method
Configurable.initialize(Object) . |
interface |
DigesterComponent<J>
|
interface |
InitializeableComponent
A
InitializeableComponent can be initialized invoking the method
Initializeable.initialize() . |
Modifier and Type | Class and 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
ExtendedCompositeComponent . |
Constructor and Description |
---|
CompositeComponentImpl(C... aComponents)
Creates a
CompositeComponentImpl containing the provided
components. |
CompositeComponentImpl(org.refcodes.controlflow.consts.ExecutionStrategy aStrategy,
C... aComponents)
Creates a
CompositeComponentImpl containing the provided
components. |
ExtendedCompositeComponentImpl(C... aComponents) |
ExtendedCompositeComponentImpl(org.refcodes.controlflow.consts.ExecutionStrategy aStrategy,
C... aComponents) |
Copyright © 2015. All rights reserved.