CTX - the context used to initialize the implementing instance.B - The instance to be returned on which to apply succeeding
builder operations.public static interface Configurable.ConfigureBuilder<CTX,B extends Configurable.ConfigureBuilder<CTX,B>>
Initializable functionality to be invoked in a
builder chain.| Modifier and Type | Method and Description |
|---|---|
B |
withInitialize(CTX aContext)
Builder method for the
Configurable.initialize(Object)
method. |
B withInitialize(CTX aContext) throws ConfigureException
Configurable.initialize(Object)
method.CTX - the context used to initialize the implementing
instance.aContext - The context to be passed to the implementing
instance.ConfigureException - Thrown in case initializing fails.Copyright © 2017. All rights reserved.