Uses of Interface
org.apache.commons.configuration2.HierarchicalConfiguration
-
Packages that use HierarchicalConfiguration Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.beanutils In this package aConfigurationimplementation can be found that implements theDynaBeaninterface.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations.org.apache.commons.configuration2.plist Configuration classes supporting NeXT / OpenStep /GNUStep style configuration. -
-
Uses of HierarchicalConfiguration in org.apache.commons.configuration2
Classes in org.apache.commons.configuration2 that implement HierarchicalConfiguration Modifier and Type Class Description classAbstractHierarchicalConfiguration<T>A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.classAbstractYAMLBasedConfigurationA base class for configuration implementations based on YAML structures.classBaseHierarchicalConfigurationA specialized hierarchical configuration implementation that is based on a structure ofImmutableNodeobjects.classCombinedConfigurationA hierarchical composite configuration class.classDynamicCombinedConfigurationDynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.classINIConfigurationA specialized hierarchical configuration implementation for parsing ini files.classJSONConfigurationA specialized hierarchical configuration class that is able to parse JSON documents.classPatternSubtreeConfigurationWrapperWraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classSubnodeConfigurationA specialized hierarchical configuration class with a node model that uses a tracked node of another node model as its root node.classXMLConfigurationA specialized hierarchical configuration class that is able to parse XML documents.classYAMLConfigurationA specialized hierarchical configuration class that is able to parse YAML documents.Methods in org.apache.commons.configuration2 that return HierarchicalConfiguration Modifier and Type Method Description HierarchicalConfiguration<ImmutableNode>BaseHierarchicalConfiguration. configurationAt(String key)Returns a hierarchical subnode configuration for the node specified by the given key.HierarchicalConfiguration<ImmutableNode>BaseHierarchicalConfiguration. configurationAt(String key, boolean supportUpdates)Returns a hierarchical sub configuration object that wraps the configuration node specified by the given key.HierarchicalConfiguration<ImmutableNode>DynamicCombinedConfiguration. configurationAt(String key)HierarchicalConfiguration<ImmutableNode>DynamicCombinedConfiguration. configurationAt(String key, boolean supportUpdates)HierarchicalConfiguration<T>HierarchicalConfiguration. configurationAt(String key)Returns a hierarchical subnode configuration for the node specified by the given key.HierarchicalConfiguration<T>HierarchicalConfiguration. configurationAt(String key, boolean supportUpdates)Returns a hierarchical sub configuration object that wraps the configuration node specified by the given key.HierarchicalConfiguration<ImmutableNode>PatternSubtreeConfigurationWrapper. configurationAt(String key)HierarchicalConfiguration<ImmutableNode>PatternSubtreeConfigurationWrapper. configurationAt(String key, boolean supportUpdates)static HierarchicalConfiguration<?>ConfigurationUtils. convertToHierarchical(Configuration conf)Converts the passed in configuration to a hierarchical one.static HierarchicalConfiguration<?>ConfigurationUtils. convertToHierarchical(Configuration conf, ExpressionEngine engine)Converts the passed inConfigurationobject to a hierarchical one using the specifiedExpressionEngine.HierarchicalConfiguration<T>HierarchicalConfigurationXMLReader. getConfiguration()Gets the configuration object to be parsed.Methods in org.apache.commons.configuration2 that return types with arguments of type HierarchicalConfiguration Modifier and Type Method Description List<HierarchicalConfiguration<ImmutableNode>>BaseHierarchicalConfiguration. childConfigurationsAt(String key)Returns a list with sub configurations for all child nodes of the node selected by the given key.List<HierarchicalConfiguration<ImmutableNode>>BaseHierarchicalConfiguration. childConfigurationsAt(String key, boolean supportUpdates)Returns a list with sub configurations for all child nodes of the node selected by the given key allowing the caller to specify thesupportUpdatesflag.List<HierarchicalConfiguration<T>>HierarchicalConfiguration. childConfigurationsAt(String key)Returns a list with sub configurations for all child nodes of the node selected by the given key.List<HierarchicalConfiguration<T>>HierarchicalConfiguration. childConfigurationsAt(String key, boolean supportUpdates)Returns a list with sub configurations for all child nodes of the node selected by the given key allowing the caller to specify thesupportUpdatesflag.List<HierarchicalConfiguration<ImmutableNode>>BaseHierarchicalConfiguration. configurationsAt(String key)Returns a list of sub configurations for all configuration nodes selected by the given key.List<HierarchicalConfiguration<ImmutableNode>>BaseHierarchicalConfiguration. configurationsAt(String key, boolean supportUpdates)Returns a list of sub configurations for all configuration nodes selected by the given key allowing the caller to specify thesupportUpdatesflag.List<HierarchicalConfiguration<ImmutableNode>>DynamicCombinedConfiguration. configurationsAt(String key)List<HierarchicalConfiguration<T>>HierarchicalConfiguration. configurationsAt(String key)Returns a list of sub configurations for all configuration nodes selected by the given key.List<HierarchicalConfiguration<T>>HierarchicalConfiguration. configurationsAt(String key, boolean supportUpdates)Returns a list of sub configurations for all configuration nodes selected by the given key allowing the caller to specify thesupportUpdatesflag.List<HierarchicalConfiguration<ImmutableNode>>PatternSubtreeConfigurationWrapper. configurationsAt(String key)Methods in org.apache.commons.configuration2 with parameters of type HierarchicalConfiguration Modifier and Type Method Description voidHierarchicalConfigurationXMLReader. setConfiguration(HierarchicalConfiguration<T> config)Sets the configuration object to be parsed.static ImmutableHierarchicalConfigurationConfigurationUtils. unmodifiableConfiguration(HierarchicalConfiguration<?> c)Creates anImmutableHierarchicalConfigurationfrom the givenHierarchicalConfigurationobject.Constructors in org.apache.commons.configuration2 with parameters of type HierarchicalConfiguration Constructor Description AbstractYAMLBasedConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofAbstractYAMLBasedConfigurationas a copy of the specified configuration.BaseHierarchicalConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofBaseHierarchicalConfigurationand copies all data contained in the specified configuration into the new one.HierarchicalConfigurationXMLReader(HierarchicalConfiguration<T> config)Creates a new instance ofHierarchicalConfigurationXMLReaderand sets the configuration to be parsed.INIConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofINIConfigurationwith the content of the specifiedHierarchicalConfiguration.JSONConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofJSONConfigurationas a copy of the specified configuration.PatternSubtreeConfigurationWrapper(HierarchicalConfiguration<ImmutableNode> config, String path)ConstructorXMLConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofXMLConfigurationand copies the content of the passed in configuration into this object.YAMLConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofYAMLConfigurationas a copy of the specified configuration. -
Uses of HierarchicalConfiguration in org.apache.commons.configuration2.beanutils
Methods in org.apache.commons.configuration2.beanutils that return HierarchicalConfiguration Modifier and Type Method Description HierarchicalConfiguration<?>XMLBeanDeclaration. getConfiguration()Gets the configuration object this bean declaration is based on.Constructors in org.apache.commons.configuration2.beanutils with parameters of type HierarchicalConfiguration Constructor Description XMLBeanDeclaration(HierarchicalConfiguration<T> config)Constructs a new instance ofXMLBeanDeclarationand initializes it from the given configuration.XMLBeanDeclaration(HierarchicalConfiguration<T> config, String key)Constructs a new instance ofXMLBeanDeclarationand initializes it from the given configuration.XMLBeanDeclaration(HierarchicalConfiguration<T> config, String key, boolean optional)Constructs a new instance ofXMLBeanDeclarationand initializes it from the given configuration supporting optional declarations.XMLBeanDeclaration(HierarchicalConfiguration<T> config, String key, boolean optional, String defBeanClsName)Constructs a new instance ofXMLBeanDeclarationand initializes it from the given configuration supporting optional declarations and a default bean class name. -
Uses of HierarchicalConfiguration in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined that return HierarchicalConfiguration Modifier and Type Method Description protected HierarchicalConfiguration<?>CombinedConfigurationBuilder. getDefinitionConfiguration()Gets the configuration containing the definition of the combined configuration to be created.Methods in org.apache.commons.configuration2.builder.combined that return types with arguments of type HierarchicalConfiguration Modifier and Type Method Description protected ConfigurationBuilder<? extends HierarchicalConfiguration<?>>CombinedConfigurationBuilder. createXMLDefinitionBuilder(BuilderParameters builderParams)Creates a default builder for the definition configuration and initializes it with a parameters object.protected ConfigurationBuilder<? extends HierarchicalConfiguration<?>>ReloadingCombinedConfigurationBuilder. createXMLDefinitionBuilder(BuilderParameters builderParams)Creates a default builder for the definition configuration and initializes it with a parameters object.ConfigurationBuilder<? extends HierarchicalConfiguration<?>>CombinedBuilderParametersImpl. getDefinitionBuilder()Gets theConfigurationBuilderobject for obtaining the definition configuration.ConfigurationBuilder<? extends HierarchicalConfiguration<?>>CombinedConfigurationBuilder. getDefinitionBuilder()Gets theConfigurationBuilderwhich creates the definition configuration.protected ConfigurationBuilder<? extends HierarchicalConfiguration<?>>CombinedConfigurationBuilder. setupDefinitionBuilder(Map<String,Object> params)Obtains theConfigurationBuilderobject which provides access to the configuration containing the definition of the combined configuration to create.Methods in org.apache.commons.configuration2.builder.combined with parameters of type HierarchicalConfiguration Modifier and Type Method Description protected voidCombinedConfigurationBuilder. configureEntityResolver(HierarchicalConfiguration<?> config, XMLBuilderParametersImpl xmlParams)Creates and initializes a defaultEntityResolverif the definition configuration contains a corresponding declaration.protected FileSystemCombinedConfigurationBuilder. initFileSystem(HierarchicalConfiguration<?> config)Creates and initializes a defaultFileSystemif the definition configuration contains a corresponding declaration.protected voidCombinedConfigurationBuilder. initSystemProperties(HierarchicalConfiguration<?> config, String basePath)Handles a file with system properties that may be defined in the definition configuration.protected voidCombinedConfigurationBuilder. registerConfiguredLookups(HierarchicalConfiguration<?> defConfig, Configuration resultConfig)Processes customLookupobjects that might be declared in the definition configuration.Method parameters in org.apache.commons.configuration2.builder.combined with type arguments of type HierarchicalConfiguration Modifier and Type Method Description CombinedBuilderParametersImplCombinedBuilderParametersImpl. setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>> builder)Sets theConfigurationBuilderfor the definition configuration.TCombinedBuilderProperties. setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>> builder)Sets theConfigurationBuilderfor the definition configuration.Constructors in org.apache.commons.configuration2.builder.combined with parameters of type HierarchicalConfiguration Constructor Description ConfigurationDeclaration(CombinedConfigurationBuilder builder, HierarchicalConfiguration<?> config)Creates a new instance ofConfigurationDeclarationand initializes it. -
Uses of HierarchicalConfiguration in org.apache.commons.configuration2.plist
Classes in org.apache.commons.configuration2.plist that implement HierarchicalConfiguration Modifier and Type Class Description classPropertyListConfigurationNeXT / OpenStep style configuration.classXMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).Constructors in org.apache.commons.configuration2.plist with parameters of type HierarchicalConfiguration Constructor Description PropertyListConfiguration(HierarchicalConfiguration<ImmutableNode> c)Creates a new instance ofPropertyListConfigurationand copies the content of the specified configuration into this object.XMLPropertyListConfiguration(HierarchicalConfiguration<ImmutableNode> configuration)Creates a new instance ofXMLPropertyListConfigurationand copies the content of the specified configuration into this object.
-