Uses of Interface
dev.orne.config.XmlConfigBuilder
Packages that use XmlConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of XmlConfigBuilder in dev.orne.config
Methods in dev.orne.config that return XmlConfigBuilderModifier and TypeMethodDescriptionstatic XmlConfigBuilderConfig.fromXml()Creates a new XML based configuration builder. -
Uses of XmlConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement XmlConfigBuilderModifier and TypeClassDescriptionclassImplementation of XML files based configuration builder.Methods in dev.orne.config.impl that return XmlConfigBuilderModifier 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.withAttributePrefix(String prefix) Sets the XML attributes references prefix.XmlConfigBuilderImpl.withEmptyDocument(@Nullable String namespaceURI, String rootElementName) Creates an empty XML document with the specified root element name as configuration properties container.XmlConfigBuilderImpl.withSeparator(String separator) Sets the configuration nested properties separator.