Uses of Interface
dev.orne.config.XmlMutableConfigBuilder
Packages that use XmlMutableConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of XmlMutableConfigBuilder in dev.orne.config
Methods in dev.orne.config that return XmlMutableConfigBuilderModifier and TypeMethodDescriptionXmlConfigBuilder.mutable()Makes the configuration instance mutable. -
Uses of XmlMutableConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement XmlMutableConfigBuilderModifier and TypeClassDescriptionclassImplementation of XML files based mutable configuration builder.Methods in dev.orne.config.impl that return XmlMutableConfigBuilderModifier and TypeMethodDescriptionAdds the specified custom properties to the configuration properties.Adds the specified custom properties to the configuration properties.Loads the configuration properties from the specified file.Loads the configuration properties from the specified ClassLoader resource.Loads the configuration properties from the specified URL.Loads the configuration properties from the file in the specified path.XmlConfigBuilderImpl.mutable()Makes the configuration instance mutable.XmlMutableConfigBuilderImpl.withAttributePrefix(String prefix) Sets the XML attributes references prefix.XmlMutableConfigBuilderImpl.withEmptyDocument(@Nullable String namespaceURI, String rootElementName) Creates an empty XML document with the specified root element name as configuration properties container.XmlMutableConfigBuilderImpl.withSeparator(String separator) Sets the configuration nested properties separator.