public class ChronoSphereBaseBuilderImpl extends AbstractChronoSphereBuilder<ChronoSphereBaseBuilderImpl> implements ChronoSphereBaseBuilder
| Constructor and Description |
|---|
ChronoSphereBaseBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
ChronoSpherePropertyFileBuilder |
fromConfiguration(org.apache.commons.configuration.Configuration configuration) |
ChronoSpherePropertyFileBuilder |
fromProperties(java.util.Properties properties) |
ChronoSpherePropertyFileBuilder |
fromPropertiesFile(java.io.File file) |
ChronoSpherePropertyFileBuilder |
fromPropertiesFile(java.lang.String filePath) |
ChronoSphereInMemoryBuilder |
inMemoryRepository() |
getProperties, getPropertiesAsConfiguration, getProperty, withPropertiesFile, withPropertiesFile, withPropertypublic ChronoSphereInMemoryBuilder inMemoryRepository()
inMemoryRepository in interface ChronoSphereBaseBuilderpublic ChronoSpherePropertyFileBuilder fromPropertiesFile(java.io.File file)
fromPropertiesFile in interface ChronoSphereBaseBuilderpublic ChronoSpherePropertyFileBuilder fromPropertiesFile(java.lang.String filePath)
fromPropertiesFile in interface ChronoSphereBaseBuilderpublic ChronoSpherePropertyFileBuilder fromConfiguration(org.apache.commons.configuration.Configuration configuration)
fromConfiguration in interface ChronoSphereBaseBuilderpublic ChronoSpherePropertyFileBuilder fromProperties(java.util.Properties properties)
fromProperties in interface ChronoSphereBaseBuilder