Uses of Class
org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Packages that use BasicBuilderParameters Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations.org.apache.commons.configuration2.builder.fluent This package defines a fluent API for setting up fully configured configuration builders. -
-
Uses of BasicBuilderParameters in org.apache.commons.configuration2.builder
Subclasses of BasicBuilderParameters in org.apache.commons.configuration2.builder Modifier and Type Class Description classDatabaseBuilderParametersImplA specialized parameters object for database configurations.classFileBasedBuilderParametersImplAn implementation ofBuilderParameterswhich contains parameters related toConfigurationimplementations that are loaded from files.classHierarchicalBuilderParametersImplA specialized parameters object for hierarchical configurations.classINIBuilderParametersImplA specialized parameters class for INI configuration.classJndiBuilderParametersImplA specialized parameters object for JNDI configurations.classPropertiesBuilderParametersImplA specialized parameter class for configuringPropertiesConfigurationinstances.classXMLBuilderParametersImplA specialized parameters class for XML configuration.Methods in org.apache.commons.configuration2.builder that return BasicBuilderParameters Modifier and Type Method Description BasicBuilderParametersBasicBuilderParameters. clone()Clones this object.BasicBuilderParametersBasicBuilderParameters. setBeanHelper(BeanHelper beanHelper)Sets aBeanHelperobject to be used by the configuration builder.BasicBuilderParametersBasicBuilderParameters. setConfigurationDecoder(ConfigurationDecoder decoder)Sets theConfigurationDecoderobject for this configuration.BasicBuilderParametersBasicBuilderParameters. setConversionHandler(ConversionHandler handler)Sets theConversionHandlerobject for this configuration.BasicBuilderParametersBasicBuilderParameters. setDefaultLookups(Collection<? extends Lookup> lookups)Adds additional defaultLookupobjects (i.e.BasicBuilderParametersBasicBuilderParameters. setInterpolator(ConfigurationInterpolator ci)Sets theConfigurationInterpolatorto be used for this configuration.BasicBuilderParametersBasicBuilderParameters. setListDelimiterHandler(ListDelimiterHandler handler)Sets the value of the listDelimiterHandler property.BasicBuilderParametersBasicBuilderParameters. setLogger(ConfigurationLogger log)Sets the logger property.BasicBuilderParametersBasicBuilderParameters. setParentInterpolator(ConfigurationInterpolator parent)Sets the parentConfigurationInterpolatorfor this configuration'sConfigurationInterpolator.BasicBuilderParametersBasicBuilderParameters. setPrefixLookups(Map<String,? extends Lookup> lookups)Sets additionalLookupobjects for specific prefixes for this configuration object.BasicBuilderParametersBasicBuilderParameters. setSynchronizer(Synchronizer sync)Sets theSynchronizerobject for this configuration.BasicBuilderParametersBasicBuilderParameters. setThrowExceptionOnMissing(boolean b)Sets the value of the throwExceptionOnMissing property. -
Uses of BasicBuilderParameters in org.apache.commons.configuration2.builder.combined
Subclasses of BasicBuilderParameters in org.apache.commons.configuration2.builder.combined Modifier and Type Class Description classCombinedBuilderParametersImplA specialized parameters object for aCombinedConfigurationBuilder.classMultiFileBuilderParametersImplA specialized parameters object forMultiFileConfigurationBuilder. -
Uses of BasicBuilderParameters in org.apache.commons.configuration2.builder.fluent
Methods in org.apache.commons.configuration2.builder.fluent that return BasicBuilderParameters Modifier and Type Method Description BasicBuilderParametersParameters. basic()Creates a new instance of a parameters object for basic configuration properties.
-