Uses of Class
org.refcodes.component.ConfigureException
-
Uses of ConfigureException in org.refcodes.component
Methods in org.refcodes.component that throw ConfigureExceptionModifier and TypeMethodDescriptionvoid
AbstractComponentComposite.ExtendedCompositeComponentImpl.initialize
(CTX aContext) Initializes and configures the component.static <CTX> void
ComponentUtility.initialize
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, CTX aContext, Object... aComponents) Helper method for configuring allConfigureException
Component
instances found in the providedCollection
.static <CTX> void
ComponentUtility.initialize
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, CTX aContext, Collection<?> aComponents) Helper method for configuring allConfigurable
Component
instances found in the providedCollection
.static <CTX> void
ComponentUtility.initialize
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, CTX aContext, Object... aComponents) Helper method for configuring allConfigureException
Component
instances found in the providedCollection
.static <CTX> void
ComponentUtility.initialize
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, CTX aContext, Collection<?> aComponents) Helper method for configuring allConfigurable
Component
instances found in the providedCollection
.void
ConfigurableHandle.initialize
(H aHandle, CTX aContext) Initialize/configure the component identified by the given handle.Configurable.ConfigureBuilder.withInitialize
(CTX aContext) Builder method for theConfigurable.initialize(Object)
method.