Uses of Class
org.refcodes.component.ConfigureException
-
Uses of ConfigureException in org.refcodes.component
Methods in org.refcodes.component that throw ConfigureExceptionModifier and TypeMethodDescriptionvoidAbstractComponentComposite.ExtendedCompositeComponentImpl.initialize(CTX aContext) Initializes and configures the component.static <CTX> voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, CTX aContext, Object... aComponents) Helper method for configuring allConfigureExceptionComponentinstances found in the providedCollection.static <CTX> voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, CTX aContext, Collection<?> aComponents) Helper method for configuring allConfigurableComponentinstances found in the providedCollection.static <CTX> voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, CTX aContext, Object... aComponents) Helper method for configuring allConfigureExceptionComponentinstances found in the providedCollection.static <CTX> voidComponentUtility.initialize(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, ExecutorService aExecutorService, CTX aContext, Collection<?> aComponents) Helper method for configuring allConfigurableComponentinstances found in the providedCollection.voidConfigurableHandle.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.