public abstract class AbstractChronoSphereFinalizableBuilder<SELF extends ChronoSphereFinalizableBuilder<?>> extends AbstractChronoSphereBuilder<SELF> implements ChronoSphereFinalizableBuilder<SELF>
| Constructor and Description |
|---|
AbstractChronoSphereFinalizableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ChronoSphere |
build()
Builds the
ChronoSphere instance, using the properties specified by the fluent API. |
getProperties, getPropertiesAsConfiguration, getProperty, withPropertiesFile, withPropertiesFile, withPropertypublic AbstractChronoSphereFinalizableBuilder()
public ChronoSphere build()
ChronoSphereFinalizableBuilderChronoSphere instance, using the properties specified by the fluent API.
This method finalizes the buildLRU process. Afterwards, the builder should be discarded.
build in interface ChronoSphereFinalizableBuilder<SELF extends ChronoSphereFinalizableBuilder<?>>ChronoSphere instance. Never null.