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