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 TypeMethodDescription@NotNull XmlMutableConfigBuilderXmlConfigBuilder.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 TypeMethodDescription@NotNull XmlMutableConfigBuilderAdds the specified custom properties to the configuration properties.@NotNull XmlMutableConfigBuilderAdds the specified custom properties to the configuration properties.@NotNull XmlMutableConfigBuilderLoads the configuration properties from the specified file.@NotNull XmlMutableConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull XmlMutableConfigBuilderLoads the configuration properties from the specified URL.@NotNull XmlMutableConfigBuilderLoads the configuration properties from the file in the specified path.@NotNull XmlMutableConfigBuilderXmlConfigBuilderImpl.mutable()Makes the configuration instance mutable.@NotNull XmlMutableConfigBuilderXmlMutableConfigBuilderImpl.withAttributePrefix(@NotEmpty String prefix) Sets the XML attributes references prefix.@NotNull XmlMutableConfigBuilderXmlMutableConfigBuilderImpl.withEmptyDocument(String namespaceURI, @NotNull String rootElementName) Creates an empty XML document with the specified root element name as configuration properties container.@NotNull XmlMutableConfigBuilderXmlMutableConfigBuilderImpl.withSeparator(@NotEmpty String separator) Sets the configuration nested properties separator.