Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.configuration Classes and Interfaces - 126 results found.
NameDescriptionTypePackageFramework
AbstractConfigurationAbstract configuration class.Classorg.apache.commons.configurationApache Commons
AbstractFileConfigurationPartial implementation of the FileConfiguration interface.Classorg.apache.commons.configurationApache Commons
AbstractHierarchicalFileConfigurationBase class for implementing file based hierarchical configurations.Classorg.apache.commons.configurationApache Commons
AppletConfigurationA configuration wrapper to read applet parameters.Classorg.apache.commons.configuration.webApache Commons
BaseConfigurationBasic configuration class.Classorg.apache.commons.configurationApache Commons
BaseConfigurationXMLReaderA specialized SAX2 XML parser that processes configuration objects.Classorg.apache.commons.configurationApache Commons
BeanDeclaration Definition of an interface for declaring a bean in a configuration file.Interfaceorg.apache.commons.configuration.beanutilsApache Commons
BeanFactory Definition of an interface for bean factories.Interfaceorg.apache.commons.configuration.beanutilsApache Commons
BeanHelper A helper class for creating bean instances that are defined in configuration This class provides static utility methods related to bean creationClassorg.apache.commons.configuration.beanutilsApache Commons
CatalogResolverThin wrapper around xml commons CatalogResolver to allow list of catalogsSince:1.Classorg.apache.commons.configuration.resolverApache Commons
CatalogResolver .CatalogOverrides the Catalog implementation to use the underlying FileSystem.Classorg.apache.commons.configuration.resolver.CatalogResolverApache Commons
CatalogResolver .CatalogManagerClassorg.apache.commons.configuration.resolver.CatalogResolverApache Commons
CombinedConfiguration A hierarchical composite configuration class.Classorg.apache.commons.configurationApache Commons
CompositeConfigurationCompositeConfiguration allows you to add multiple Configuration objects to an aggregated configuration.Classorg.apache.commons.configurationApache Commons
ConfigurationThe main Configuration interface.Interfaceorg.apache.commons.configurationApache Commons
ConfigurationBuilder Definition of an interface for objects that can create a configuration.Interfaceorg.apache.commons.configurationApache Commons
ConfigurationComparatorComparator for configurations interface.Interfaceorg.apache.commons.configurationApache Commons
ConfigurationConverterConfiguration converter.Classorg.apache.commons.configurationApache Commons
ConfigurationDynaBeanThe ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collectionClassorg.apache.commons.configuration.beanutilsApache Commons
ConfigurationDynaClassThe ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collectionClassorg.apache.commons.configuration.beanutilsApache Commons
ConfigurationErrorEvent An event class that is used for reporting errors that occurred while processing configuration properties.Classorg.apache.commons.configuration.eventApache Commons
ConfigurationErrorListener An event listener interface to be implemented by observers that are interested in internal errors caused by processing of configurationInterfaceorg.apache.commons.configuration.eventApache Commons
ConfigurationEvent An event class for reporting updates on a configuration object.Classorg.apache.commons.configuration.eventApache Commons
ConfigurationExceptionAny exception that occurs while initializing a ConfigurationVersion:$Id: ConfigurationException.Classorg.apache.commons.configurationApache Commons
ConfigurationFactory Factory class to create a CompositeConfiguration from a .Classorg.apache.commons.configurationApache Commons
ConfigurationFactory .AdditionalConfigurationDataA simple data class that holds all information about a configuration from the section.Classorg.apache.commons.configuration.ConfigurationFactoryApache Commons
ConfigurationFactory .ConfigurationBuilderAn internally used helper class for constructing the composite configuration object.Classorg.apache.commons.configuration.ConfigurationFactoryApache Commons
ConfigurationInterpolator A class that handles interpolation (variable substitution) for configuration Each instance of AbstractConfiguration is associated with anClassorg.apache.commons.configuration.interpolApache Commons
ConfigurationKeyA simple class that supports creation of and iteration on complex configuration keys.Classorg.apache.commons.configurationApache Commons
ConfigurationListener A simple event listener interface for configuration observers.Interfaceorg.apache.commons.configuration.eventApache Commons
ConfigurationMapThe ConfigurationMap wraps a configuration-collectionClassorg.apache.commons.configurationApache Commons
ConfigurationNode Definition of an interface for the nodes of a hierarchical configuration.Interfaceorg.apache.commons.configuration.treeApache Commons
ConfigurationNodePointerFactory configuration nodes.Classorg.apache.commons.configuration.tree.xpathApache Commons
ConfigurationNodeVisitor Definition of a Visitor interface for a configuration node The ConfigurationNode interface defines a visit(),Interfaceorg.apache.commons.configuration.treeApache Commons
ConfigurationNodeVisitorAdapter A simple adapter class that simplifies writing custom node visitor This class provides dummy implementations for the methods defined in theClassorg.apache.commons.configuration.treeApache Commons
ConfigurationRuntimeExceptionA configuration related runtime exception.Classorg.apache.commons.configurationApache Commons
ConfigurationUtilsMiscellaneous utility methods for configurations.Classorg.apache.commons.configurationApache Commons
ConfigurationXMLReaderA base class for faked XMLReader classes that transform a configuration object in a set of SAX parsing events.Classorg.apache.commons.configurationApache Commons
ConstantLookup A specialized lookup implementation that allows access to constant fields of Sometimes it is necessary in a configuration file to refer to a constantClassorg.apache.commons.configuration.interpolApache Commons
ConversionExceptionException thrown when a property is incompatible with the type requested.Classorg.apache.commons.configurationApache Commons
DatabaseConfigurationConfiguration stored in a database.Classorg.apache.commons.configurationApache Commons
DataConfigurationDecorator providing additional getters for any Configuration.Classorg.apache.commons.configurationApache Commons
DefaultBeanFactory The default implementation of the BeanFactory interface.Classorg.apache.commons.configuration.beanutilsApache Commons
DefaultConfigurationBuilder A factory class that creates a composite configuration from an XML based configuration definition file.Classorg.apache.commons.configurationApache Commons
DefaultConfigurationBuilder .ConfigurationDeclaration A specialized BeanDeclaration implementation that represents the declaration of a configuration source.Classorg.apache.commons.configuration.DefaultConfigurationBuilderApache Commons
DefaultConfigurationBuilder .ConfigurationProvider A base class for creating and initializing configuration sources.Classorg.apache.commons.configuration.DefaultConfigurationBuilderApache Commons
DefaultConfigurationBuilder .FileConfigurationProviderA specialized provider implementation that deals with file based configurations.Classorg.apache.commons.configuration.DefaultConfigurationBuilderApache Commons
DefaultConfigurationBuilder .XMLConfigurationProviderA specialized configuration provider for XML configurations.Classorg.apache.commons.configuration.DefaultConfigurationBuilderApache Commons
DefaultConfigurationKey A simple class that supports creation of and iteration on configuration keys supported by a DefaultExpressionEngine object.Classorg.apache.commons.configuration.treeApache Commons
DefaultConfigurationNode A default implementation of the ConfigurationNode interface.Classorg.apache.commons.configuration.treeApache Commons
DefaultConfigurationNode .SubNodesAn internally used helper class for managing a collection of sub nodes.Classorg.apache.commons.configuration.tree.DefaultConfigurationNodeApache Commons
DefaultEntityResolverThe DefaultEntityResolver used by XML Configurations.Classorg.apache.commons.configuration.resolverApache Commons
DefaultExpressionEngine A default implementation of the ExpressionEngine interface providing the native"e; expression language for hierarchicalClassorg.apache.commons.configuration.treeApache Commons
DefaultFileSystemFileSystem that uses java.Classorg.apache.commons.configurationApache Commons
DynamicCombinedConfigurationDynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.Classorg.apache.commons.configurationApache Commons
EntityRegistryInterface used for registering and retrieving PUBLICID to URL mappings.Interfaceorg.apache.commons.configuration.resolverApache Commons
EntityResolverSupportInterface that identifies the class as using an EntityResolverSince:1.Interfaceorg.apache.commons.configuration.resolverApache Commons
EnvironmentConfigurationA Configuration implementation that reads the platform specific environment variables using the map returned by System.Classorg.apache.commons.configurationApache Commons
EnvironmentLookup A specialized lookup implementation that allows access to environment This implementation relies on EnvironmentConfiguration to resolveClassorg.apache.commons.configuration.interpolApache Commons
EventSource A base class for objects that can generate configuration events.Classorg.apache.commons.configuration.eventApache Commons
ExpressionEngine Definition of an interface for evaluating keys for hierarchical An expression engine knows how to map a key for a configuration'sInterfaceorg.apache.commons.configuration.treeApache Commons
ExprLookupLookup that allows expressions to be evaluated.Classorg.apache.commons.configuration.interpolApache Commons
ExprLookup .VariableThe key and corresponding object that will be made available to the JexlContext for use in expressions.Classorg.apache.commons.configuration.interpol.ExprLookupApache Commons
ExprLookup .VariablesList wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.Classorg.apache.commons.configuration.interpol.ExprLookupApache Commons
FileChangedReloadingStrategyA reloading strategy that will reload the configuration every time its underlying file is changed.Classorg.apache.commons.configuration.reloadingApache Commons
FileConfigurationA persistent configuration loaded and saved to a file.Interfaceorg.apache.commons.configurationApache Commons
FileOptionsProviderSome FileSystems allow options to be passed on File operations.Interfaceorg.apache.commons.configurationApache Commons
FileSystemAbstract layer to allow various types of file systems.Classorg.apache.commons.configurationApache Commons
FileSystemBasedInterface used to install or locate the FileSystemSince:1.Interfaceorg.apache.commons.configurationApache Commons
HierarchicalConfigurationA specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.Classorg.apache.commons.configurationApache Commons
HierarchicalConfiguration .BuilderVisitorA specialized visitor base class that can be used for storing the tree of configuration nodes.Classorg.apache.commons.configuration.HierarchicalConfigurationApache Commons
HierarchicalConfiguration .NodeA data class for storing (hierarchical) property information.Classorg.apache.commons.configuration.HierarchicalConfigurationApache Commons
HierarchicalConfiguration .NodeVisitorDefinition of a visitor class for traversing a node and all of its children.Classorg.apache.commons.configuration.HierarchicalConfigurationApache Commons
HierarchicalConfigurationXMLReaderA specialized SAX2 XML parser that parses hierarchical configuration objects.Classorg.apache.commons.configurationApache Commons
HierarchicalINIConfiguration A specialized hierarchical configuration implementation for parsing ini An initialization or ini file is a configuration file typically found onClassorg.apache.commons.configurationApache Commons
HierarchicalReloadableConfigurationA base class for hierarchical configurations with specific reloading This class manages a lock object which can be used for synchronization.Classorg.apache.commons.configurationApache Commons
HierarchicalXMLConfigurationA specialized hierarchical configuration class that is able to parse XML The parsed document will be stored keeping its structure.Classorg.apache.commons.configurationApache Commons
INIConfiguration An initialization or ini file is a configuration file typically found on Microsoft's Windows operating system and contains data for Windows basedClassorg.apache.commons.configurationApache Commons
InvariantReloadingStrategyA strategy that never triggers a reloading.Classorg.apache.commons.configuration.reloadingApache Commons
JNDIConfigurationThis Configuration class allows you to interface with a JNDI datasource.Classorg.apache.commons.configurationApache Commons
Lock A simple class acting as lock.Classorg.apache.commons.configurationApache Commons
ManagedReloadingStrategyA strategy to reload configuration based on management requests.Classorg.apache.commons.configuration.reloadingApache Commons
ManagedReloadingStrategyMBeanMBean definition for managing configuration reload.Interfaceorg.apache.commons.configuration.reloadingApache Commons
MapConfiguration A Map based Configuration.Classorg.apache.commons.configurationApache Commons
MergeCombiner A specialized implementation of the NodeCombiner interface that performs a merge from two passed in node hierarchies.Classorg.apache.commons.configuration.treeApache Commons
MultiFileHierarchicalConfigurationThis class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant.Classorg.apache.commons.configurationApache Commons
NodeAddData A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation.Classorg.apache.commons.configuration.treeApache Commons
NodeCombiner A base class for node combiner implementations.Classorg.apache.commons.configuration.treeApache Commons
OverrideCombiner A concrete combiner implementation that is able to construct an override An override combination means that nodes in the first nodeClassorg.apache.commons.configuration.treeApache Commons
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.commons.configuration.plistApache Commons
PatternSubtreeConfigurationWrapperWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.Classorg.apache.commons.configurationApache Commons
PropertiesConfigurationThis is the classic Properties loader which loads the values from a single or multiple files (which can be chained with include =.Classorg.apache.commons.configurationApache Commons
PropertiesConfiguration .DefaultIOFactory A default implementation of the IOFactory interface.Classorg.apache.commons.configuration.PropertiesConfigurationApache Commons
PropertiesConfiguration .IOFactory Definition of an interface that allows customization of read and write For reading and writing properties files the inner classesInterfaceorg.apache.commons.configuration.PropertiesConfigurationApache Commons
PropertiesConfiguration .PropertiesReaderThis class is used to read properties lines.Classorg.apache.commons.configuration.PropertiesConfigurationApache Commons
PropertiesConfiguration .PropertiesWriterThis class is used to write properties lines.Classorg.apache.commons.configuration.PropertiesConfigurationApache Commons
PropertiesConfigurationLayout A helper class used by PropertiesConfiguration to keep the layout of a properties file.Classorg.apache.commons.configurationApache Commons
PropertyConverterA utility class to convert the configuration properties into any type.Classorg.apache.commons.configurationApache Commons
PropertyListConfigurationNeXT / OpenStep style configuration.Classorg.apache.commons.configuration.plistApache Commons
PropertyListParserConstantsToken literal values and constants.Interfaceorg.apache.commons.configuration.plistApache Commons
PropertyListParserTokenManagerClassorg.apache.commons.configuration.plistApache Commons
ReloadableInterface that allows other objects to synchronize on a root lock.Interfaceorg.apache.commons.configuration.reloadingApache Commons
ReloadingStrategyA strategy to decide if a configuration should be reloaded.Interfaceorg.apache.commons.configuration.reloadingApache Commons
ServletConfigurationA configuration wrapper around a ServletConfig.Classorg.apache.commons.configuration.webApache Commons
ServletContextConfigurationA configuration wrapper to read the initialization parameters of a servlet context.Classorg.apache.commons.configuration.webApache Commons
ServletFilterConfigurationA configuration wrapper around a FilterConfig.Classorg.apache.commons.configuration.webApache Commons
ServletRequestConfigurationA configuration wrapper to read the parameters of a servlet request.Classorg.apache.commons.configuration.webApache Commons
SimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Classorg.apache.commons.configuration.plistApache Commons
StrictConfigurationComparatorStrict comparator for configurations.Classorg.apache.commons.configurationApache Commons
SubnodeConfiguration A specialized hierarchical configuration class that wraps a single node of its parent configuration.Classorg.apache.commons.configurationApache Commons
SubsetConfigurationA subset of another configuration.Classorg.apache.commons.configurationApache Commons
SystemConfigurationA configuration based on the system properties.Classorg.apache.commons.configurationApache Commons
TokenDescribes the input token stream.Classorg.apache.commons.configuration.plistApache Commons
TokenMgrErrorToken Manager Error.Classorg.apache.commons.configuration.plistApache Commons
TreeUtilsClassorg.apache.commons.configuration.treeApache Commons
UnionCombiner A specialized implementation of the NodeCombiner interface that constructs a union from two passed in node hierarchies.Classorg.apache.commons.configuration.treeApache Commons
VFSFileChangedReloadingStrategy A file-based reloading strategy that uses Commons VFS to determine when a This reloading strategy is very similar toClassorg.apache.commons.configuration.reloadingApache Commons
VFSFileSystemFileSystem that uses Commons VFSSince:1.Classorg.apache.commons.configurationApache Commons
ViewNode A specialized node implementation to be used in view configurations.Classorg.apache.commons.configuration.treeApache Commons
XMLBeanDeclaration An implementation of the BeanDeclaration interface that is suitable for XML configuration files.Classorg.apache.commons.configuration.beanutilsApache Commons
XMLConfigurationA specialized hierarchical configuration class that is able to parse XML The parsed document will be stored keeping its structure.Classorg.apache.commons.configurationApache Commons
XMLPropertiesConfigurationThis configuration implements the XML properties format introduced in Java 5.Classorg.apache.commons.configurationApache Commons
XMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.Classorg.apache.commons.configuration.plistApache Commons
XMLPropertyListConfiguration .ArrayNodeContainer for array elements.Classorg.apache.commons.configuration.plist.XMLPropertyListConfigurationApache Commons
XMLPropertyListConfiguration .PListNodeNode extension with addXXX methods to parse the typed data passed by the SAX handler.Classorg.apache.commons.configuration.plist.XMLPropertyListConfigurationApache Commons
XPathExpressionEngine A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions.Classorg.apache.commons.configuration.tree.xpathApache Commons