| Package | Description |
|---|---|
| com.github.joschi.jadconfig | |
| com.github.joschi.jadconfig.repositories |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.close()
Closes the underlying data source when it isn't require any more.
|
void |
Repository.open()
Opens the configuration repository, e.
|
void |
JadConfig.process()
Processes the configuration provided by the configured
Repository and filling the provided configuration
beans. |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryRepository.close() |
void |
EnvironmentRepository.close() |
void |
PropertiesRepository.close()
Close the underlying properties file.
|
void |
SystemPropertiesRepository.close() |
void |
InMemoryRepository.open() |
void |
EnvironmentRepository.open() |
void |
PropertiesRepository.open()
Opens the properties file and reads its
Properties |
void |
SystemPropertiesRepository.open() |
Copyright © 2022. All rights reserved.