| Interface | Description |
|---|---|
| Conventions |
Conventions used by EasyConf that can be expressed as contansts
|
| Class | Description |
|---|---|
| AggregatedProperties |
Provides configuration properties from several sources making distintion
from:
Base properties specific to the current component
Global properties which may be prefixed
System properties (so that they are available as variables to the other
property files)
It also knows the source the a property to offer user information.
|
| ClasspathUtil |
Contains util methods to search in the classpath
|
| ComponentConfiguration |
Contains the configuration of an EasyConf component including properties
configuration and an object graph configuration.
|
| ComponentProperties |
Part of a component configuration which contains its properties.
|
| DatasourceURL |
Represents the URL to a datasource as specified in a properties file
|
| EasyConf |
Main class to obtain the configuration of a software component.
|
| FileConfigurationChangedReloadingStrategy |
Reloads the configuration file even if a base path wasn't originally
specified.
|
| Filter |
Builds filters from arrays of strings or up to three string paramters
|
| JndiURL |
Represents the URL to a JNDI tree as specified in a properties file
TODO: Add support for ASP applications
|
| Exception | Description |
|---|---|
| ConfigurationException |
Some unrecoverable but important error has ocurred while reading the configuration
|
| ConfigurationNotFoundException |
Thrown when the base properties file is not found and the getProperties
method is explicitly called in the configuration
|
Copyright © 2020. All Rights Reserved.