public abstract class BaSyxConfigurationBuilder<ParentBuilderType> extends Object
| Constructor and Description |
|---|
BaSyxConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ParentBuilderType |
end()
End configuration
This base implementation invokes the <<<>>> operation of the configured component if configured
component is not null.
|
void |
setConfiguredComponent(ConfigurableComponent<?> component)
Set reference to configured component
|
void |
setParentBuilder(ParentBuilderType parentBldr)
Set parent builder
|
public ParentBuilderType end()
public void setConfiguredComponent(ConfigurableComponent<?> component)
public void setParentBuilder(ParentBuilderType parentBldr)
Copyright © 2021. All rights reserved.