Package com.germinus.easyconf
package com.germinus.easyconf
-
ClassDescriptionProvides 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.Métodos de utilidad para trabajar con parámetros de configuración que representan clases Fecha: 09-jul-2004 -- 12:06:34Contains util methods to search in the classpathContains the configuration of an EasyConf component including properties configuration and an object graph configuration.Part of a component configuration which contains its properties.Some unrecoverable but important error has ocurred while reading the configurationHandles the actual reading of the configurationThrown when the base properties file is not found and the getProperties method is explicitly called in the configurationHolds a configuration object and reloads it when necessaryFactory class which creates serializer subclasses based on availability of external classes in the classpathUtility methodsConventions used by EasyConf that can be expressed as contanstsRepresents the URL to a datasource as specified in a properties fileThrown when an XML configuration file for a requested component exists but there is not a file which defines de digester rules which should be used to parse itMain class to obtain the configuration of a software component.Reloads the configuration file even if a base path wasn't originally specified.Detects changes in files specified in a URLBuilds filters from arrays of strings or up to three string paramtersThrown when an XML configuration file contains a variable which either is not of the form
${variableName}
or is not defined in any of the properties files associated with its componentRepresents the URL to a JNDI tree as specified in a properties file TODO: Add support for ASP applications