Uses of Interface
org.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
Uses of ResourceProperties.ResourcePropertiesBuilder in org.refcodes.properties
Classes in org.refcodes.properties with type parameters of type ResourceProperties.ResourcePropertiesBuilderModifier and TypeClassDescriptionclassSubinterfaces of ResourceProperties.ResourcePropertiesBuilder in org.refcodes.propertiesModifier and TypeInterfaceDescriptionstatic interfaceThe interfaceScheduledResourceProperties.ScheduledResourcePropertiesBuilderdefines builder functionality on top of theScheduledResourceProperties.ScheduledMuableResourceProperties.Classes in org.refcodes.properties that implement ResourceProperties.ResourcePropertiesBuilderModifier and TypeClassDescriptionclassImplementation of the mutableResourceProperties.ResourcePropertiesBuilderinterface.classclassImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "Java properties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "JSON properties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "PolyglotPropertiesBuilder" (or just "properties").classTheScheduledResourcePropertiesBuilderDecoratordecoratesResourceProperties.ResourcePropertiesBuilderfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode).classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "TOML properties".classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "XML properties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "YAML properties" (or just "properties").Fields in org.refcodes.properties declared as ResourceProperties.ResourcePropertiesBuilderMethods in org.refcodes.properties that return ResourceProperties.ResourcePropertiesBuilderModifier and TypeMethodDescriptionPropertiesSugar.fileToJavaProperties(Properties aProperties, File aFile) Files the Java properties to the givenFile.PropertiesSugar.fileToJavaProperties(Properties aProperties, String aFilePath) Files the Java properties to the given file's path.PropertiesSugar.fileToJsonProperties(Properties aProperties, File aFile) Files the JSON properties to the givenFile.PropertiesSugar.fileToJsonProperties(Properties aProperties, String aFilePath) Files the JSON properties to the given file's path.PropertiesSugar.fileToTomlProperties(Properties aProperties, File aFile) Files the TOML properties to the givenFile.PropertiesSugar.fileToTomlProperties(Properties aProperties, String aFilePath) Files the TOML properties to the given file's path.PropertiesSugar.fileToXmlProperties(Properties aProperties, File aFile) Files the XML properties to the givenFile.PropertiesSugar.fileToXmlProperties(Properties aProperties, String aFilePath) Files the XML properties to the given file's path.PropertiesSugar.fileToYamlProperties(Properties aProperties, File aFile) Files the YAML properties to the givenFile.PropertiesSugar.fileToYamlProperties(Properties aProperties, String aFilePath) Files the YAML properties to the given file's path.PropertiesSugar.loadFromJavaProperties(File aFile) Loads the Java properties from the givenFile.PropertiesSugar.loadFromJavaProperties(InputStream aInputStream) Reads the properties from the givenInputStream.PropertiesSugar.loadFromJavaProperties(String aFilePath) Loads the Java properties from the given file's path.PropertiesSugar.loadFromJavaProperties(URL aUrl) Loads the Java properties from the givenURL.PropertiesSugar.loadFromJsonProperties(File aFile) Loads the JSON properties from the givenFile.PropertiesSugar.loadFromJsonProperties(InputStream aInputStream) Reads the properties from the givenInputStream.PropertiesSugar.loadFromJsonProperties(String aFilePath) Loads the JSON properties from the given file's path.PropertiesSugar.loadFromJsonProperties(URL aUrl) Loads the JSON properties from the givenURL.PropertiesSugar.loadFromTomlProperties(File aFile) Loads the TOML properties from the givenFile.PropertiesSugar.loadFromTomlProperties(InputStream aInputStream) Reads the properties from the givenInputStream.PropertiesSugar.loadFromTomlProperties(String aFilePath) Loads the TOML properties from the given file's path.PropertiesSugar.loadFromTomlProperties(URL aUrl) Loads the TOML properties from the givenURL.PropertiesSugar.loadFromXmlProperties(File aFile) Loads the XML properties from the givenFile.PropertiesSugar.loadFromXmlProperties(InputStream aInputStream) Reads the properties from the givenInputStream.PropertiesSugar.loadFromXmlProperties(String aFilePath) Loads the XML properties from the given file's path.PropertiesSugar.loadFromXmlProperties(URL aUrl) Loads the XML properties from the givenURL.PropertiesSugar.loadFromYamlProperties(File aFile) Loads the YAML properties from the givenFile.PropertiesSugar.loadFromYamlProperties(InputStream aInputStream) Reads the properties from the givenInputStream.PropertiesSugar.loadFromYamlProperties(String aFilePath) Loads the YAML properties from the given file's path.PropertiesSugar.loadFromYamlProperties(URL aUrl) Loads the YAML properties from the givenURL.PropertiesSugar.saveToJavaProperties(Properties aProperties, File aFile) Saves the Java properties to the givenFile.PropertiesSugar.saveToJavaProperties(Properties aProperties, OutputStream aOutputStream) Writes the properties to the givenOutputStream.PropertiesSugar.saveToJavaProperties(Properties aProperties, String aFilePath) Saves the Java properties to the given file's path.PropertiesSugar.saveToJsonProperties(Properties aProperties, File aFile) Saves the JSON properties to the givenFile.PropertiesSugar.saveToJsonProperties(Properties aProperties, OutputStream aOutputStream) Writes the properties to the givenOutputStream.PropertiesSugar.saveToJsonProperties(Properties aProperties, String aFilePath) Saves the JSON properties to the given file's path.PropertiesSugar.saveToTomlProperties(Properties aProperties, File aFile) Saves the TOML properties to the givenFile.PropertiesSugar.saveToTomlProperties(Properties aProperties, OutputStream aOutputStream) Writes the properties to the givenOutputStream.PropertiesSugar.saveToTomlProperties(Properties aProperties, String aFilePath) Saves the TOML properties to the given file's path.PropertiesSugar.saveToXmlProperties(Properties aProperties, File aFile) Saves the XML properties to the givenFile.PropertiesSugar.saveToXmlProperties(Properties aProperties, OutputStream aOutputStream) Writes the properties to the givenOutputStream.PropertiesSugar.saveToXmlProperties(Properties aProperties, String aFilePath) Saves the XML properties to the given file's path.PropertiesSugar.saveToYamlProperties(Properties aProperties, File aFile) Saves the YAML properties to the givenFile.PropertiesSugar.saveToYamlProperties(Properties aProperties, OutputStream aOutputStream) Writes the properties to the givenOutputStream.PropertiesSugar.saveToYamlProperties(Properties aProperties, String aFilePath) Saves the YAML properties to the given file's path.PropertiesSugar.seekFromJavaProperties(File aFile) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromJavaProperties(String aFilePath) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromJsonProperties(File aFile) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromJsonProperties(String aFilePath) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromTomlProperties(File aFile) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromTomlProperties(String aFilePath) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromXmlProperties(File aFile) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromXmlProperties(String aFilePath) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromYamlProperties(File aFile) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.PropertiesSugar.seekFromYamlProperties(String aFilePath) Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of theConfigLocator.ALLconfiguration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(Object aObj) Create aResourcePropertiesinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(Map<?, ?> aProperties) Create aResourcePropertiesinstance containing the elements of the providedMapinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(Properties aProperties) Create aResourcePropertiesinstance containing the elements of the providedPropertiesinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(Object aObj) Create aResourcePropertiesinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(Map<?, ?> aProperties) Create aResourcePropertiesinstance containing the elements of the providedMapinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(Properties aProperties) Create aResourcePropertiesinstance containing the elements of the providedPropertiesinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Object aObj) Will returnResourceProperties.ResourcePropertiesBuildercreated by the first addedResourcePropertiesFactory.ResourcePropertiesBuilderFactoryinstance.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Map<?, ?> aPropertiesBuilder) Will returnResourceProperties.ResourcePropertiesBuildercreated by the first addedResourcePropertiesFactory.ResourcePropertiesBuilderFactoryinstance.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties aProperties) Will returnResourceProperties.ResourcePropertiesBuildercreated by the first addedResourcePropertiesFactory.ResourcePropertiesBuilderFactoryinstance.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aPropertiesBuilder) Will returnResourceProperties.ResourcePropertiesBuildercreated by the first addedResourcePropertiesFactory.ResourcePropertiesBuilderFactoryinstance.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(File aFile) Loads the properties from the givenFile.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(File aFile, char... aDelimiters) Loads the properties from the givenFile.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads or seeks the properties from the givenFile.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(InputStream aInputStream) Reads the properties from the givenInputStream.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, char... aDelimiters) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Object aObj) Create aResourcePropertiesinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(String aFilePath) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(String aFilePath, char... aDelimiters) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(URL aUrl) Loads the properties from the givenURL.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Map<?, ?> aProperties) Create aResourcePropertiesinstance containing the elements of the providedMapinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Properties aProperties) Create aResourcePropertiesinstance containing the elements of the providedPropertiesinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.TomlProperties.TomlPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(Object aObj) Create aResourcePropertiesinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(Map<?, ?> aProperties) Create aResourcePropertiesinstance containing the elements of the providedMapinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(Properties aProperties) Create aResourcePropertiesinstance containing the elements of the providedPropertiesinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.XmlProperties.XmlPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(Object aObj) Create aResourcePropertiesinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(Map<?, ?> aProperties) Create aResourcePropertiesinstance containing the elements of the providedMapinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(Properties aProperties) Create aResourcePropertiesinstance containing the elements of the providedPropertiesinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.YamlProperties.YamlPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks the properties from the givenFile.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(InputStream aInputStream, char... aDelimiters) Reads the properties from the givenInputStream.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(Object aObj) Create aResourcePropertiesinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads the properties from the given file's path.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(URL aUrl, char... aDelimiters) Loads the properties from the givenURL.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(Map<?, ?> aProperties) Create aResourcePropertiesinstance containing the elements of the providedMapinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(Properties aProperties) Create aResourcePropertiesinstance containing the elements of the providedPropertiesinstance using the path delimiter "/" (Delimiter.PATH) for the path declarations.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.AbstractResourcePropertiesBuilder.withInsert(Object aObj) AbstractResourcePropertiesBuilder.withInsert(org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsert(Object aObj) ResourceProperties.ResourcePropertiesBuilder.withInsert(org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) AbstractResourcePropertiesBuilder.withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) AbstractResourcePropertiesBuilder.withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) AbstractResourcePropertiesBuilder.withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) AbstractResourcePropertiesBuilder.withInsertBetween(String aToPath, Object aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(String aToPath, Object aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withInsertFrom(Object aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withInsertFrom(Object aFrom, Object... aFromPathElements) AbstractResourcePropertiesBuilder.withInsertFrom(Object aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withInsertFrom(Object aFrom, String... aFromPathElements) AbstractResourcePropertiesBuilder.withInsertFrom(Object aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) AbstractResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) AbstractResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(Object aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(Object aFrom, Object... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(Object aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(Object aFrom, String... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(Object aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withInsertTo(Object[] aToPathElements, Object aFrom) AbstractResourcePropertiesBuilder.withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withInsertTo(Object aToPath, Object aFrom) AbstractResourcePropertiesBuilder.withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withInsertTo(String[] aToPathElements, Object aFrom) AbstractResourcePropertiesBuilder.withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withInsertTo(String aToPath, Object aFrom) AbstractResourcePropertiesBuilder.withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withInsertTo(Collection<?> aToPathElements, Object aFrom) AbstractResourcePropertiesBuilder.withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(Object[] aToPathElements, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(Object aToPath, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(String[] aToPathElements, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(String aToPath, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(Collection<?> aToPathElements, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(File aFile) Builder method forResourceProperties.MutableResoureProperties.loadFrom(File).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(File aFile, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.loadFrom(File, char...).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(InputStream aInputStream) Builder method forResourceProperties.MutableResoureProperties.loadFrom(InputStream).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(InputStream aInputStream, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.loadFrom(InputStream, char...).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(Class<?> aResourceClass, String aFilePath) Builder method forResourceProperties.MutableResoureProperties.loadFrom(Class, String).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(Class<?> aResourceClass, String aFilePath, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.loadFrom(Class, String, char...).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(String aFilePath) Builder method forResourceProperties.MutableResoureProperties.loadFrom(String).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(String aFilePath, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.loadFrom(String, char...).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(URL aUrl) Builder method forResourceProperties.MutableResoureProperties.loadFrom(URL).ResourceProperties.ResourcePropertiesBuilder.withLoadFrom(URL aUrl, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.loadFrom(URL, char...).AbstractResourcePropertiesBuilder.withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) AbstractResourcePropertiesBuilder.withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) AbstractResourcePropertiesBuilder.withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) AbstractResourcePropertiesBuilder.withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) AbstractResourcePropertiesBuilder.withMergeBetween(String aToPath, Object aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(String aToPath, Object aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withMergeFrom(Object aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withMergeFrom(Object aFrom, Object... aFromPathElements) AbstractResourcePropertiesBuilder.withMergeFrom(Object aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withMergeFrom(Object aFrom, String... aFromPathElements) AbstractResourcePropertiesBuilder.withMergeFrom(Object aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) AbstractResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) AbstractResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) AbstractResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) AbstractResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(Object aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(Object aFrom, Object... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(Object aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(Object aFrom, String... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(Object aFrom, Collection<?> aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) ResourceProperties.ResourcePropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) AbstractResourcePropertiesBuilder.withMergeTo(Object[] aToPathElements, Object aFrom) AbstractResourcePropertiesBuilder.withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withMergeTo(Object aToPath, Object aFrom) AbstractResourcePropertiesBuilder.withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withMergeTo(String[] aToPathElements, Object aFrom) AbstractResourcePropertiesBuilder.withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withMergeTo(String aToPath, Object aFrom) AbstractResourcePropertiesBuilder.withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withMergeTo(Collection<?> aToPathElements, Object aFrom) AbstractResourcePropertiesBuilder.withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(Object[] aToPathElements, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(Object aToPath, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(String[] aToPathElements, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(String aToPath, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(Collection<?> aToPathElements, Object aFrom) ResourceProperties.ResourcePropertiesBuilder.withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) AbstractResourcePropertiesBuilder.withPut(Collection<?> aPathElements, String aValue) AbstractResourcePropertiesBuilder.withPut(org.refcodes.struct.Property aProperty) ResourceProperties.ResourcePropertiesBuilder.withPut(Collection<?> aPathElements, String aValue) ResourceProperties.ResourcePropertiesBuilder.withPut(org.refcodes.struct.Property aProperty) ResourceProperties.ResourcePropertiesBuilder.withPut(org.refcodes.struct.Relation<String, String> aProperty) AbstractResourcePropertiesBuilder.withPutBoolean(Object[] aPathElements, Boolean aValue) AbstractResourcePropertiesBuilder.withPutBoolean(Object aKey, Boolean aValue) AbstractResourcePropertiesBuilder.withPutBoolean(String[] aPathElements, Boolean aValue) AbstractResourcePropertiesBuilder.withPutBoolean(String aKey, Boolean aValue) AbstractResourcePropertiesBuilder.withPutBoolean(Collection<?> aPathElements, Boolean aValue) ResourceProperties.ResourcePropertiesBuilder.withPutBoolean(Object[] aPathElements, Boolean aValue) ResourceProperties.ResourcePropertiesBuilder.withPutBoolean(Object aKey, Boolean aValue) ResourceProperties.ResourcePropertiesBuilder.withPutBoolean(String[] aPathElements, Boolean aValue) ResourceProperties.ResourcePropertiesBuilder.withPutBoolean(String aKey, Boolean aValue) ResourceProperties.ResourcePropertiesBuilder.withPutBoolean(Collection<?> aPathElements, Boolean aValue) AbstractResourcePropertiesBuilder.withPutByte(Object[] aPathElements, Byte aValue) AbstractResourcePropertiesBuilder.withPutByte(Object aKey, Byte aValue) AbstractResourcePropertiesBuilder.withPutByte(String[] aPathElements, Byte aValue) AbstractResourcePropertiesBuilder.withPutByte(String aKey, Byte aValue) AbstractResourcePropertiesBuilder.withPutByte(Collection<?> aPathElements, Byte aValue) ResourceProperties.ResourcePropertiesBuilder.withPutByte(Object[] aPathElements, Byte aValue) ResourceProperties.ResourcePropertiesBuilder.withPutByte(Object aKey, Byte aValue) ResourceProperties.ResourcePropertiesBuilder.withPutByte(String[] aPathElements, Byte aValue) ResourceProperties.ResourcePropertiesBuilder.withPutByte(String aKey, Byte aValue) ResourceProperties.ResourcePropertiesBuilder.withPutByte(Collection<?> aPathElements, Byte aValue) AbstractResourcePropertiesBuilder.withPutChar(Object[] aPathElements, Character aValue) AbstractResourcePropertiesBuilder.withPutChar(Object aKey, Character aValue) AbstractResourcePropertiesBuilder.withPutChar(String[] aPathElements, Character aValue) AbstractResourcePropertiesBuilder.withPutChar(String aKey, Character aValue) AbstractResourcePropertiesBuilder.withPutChar(Collection<?> aPathElements, Character aValue) ResourceProperties.ResourcePropertiesBuilder.withPutChar(Object[] aPathElements, Character aValue) ResourceProperties.ResourcePropertiesBuilder.withPutChar(Object aKey, Character aValue) ResourceProperties.ResourcePropertiesBuilder.withPutChar(String[] aPathElements, Character aValue) ResourceProperties.ResourcePropertiesBuilder.withPutChar(String aKey, Character aValue) ResourceProperties.ResourcePropertiesBuilder.withPutChar(Collection<?> aPathElements, Character aValue) AbstractResourcePropertiesBuilder.withPutClass(Object[] aPathElements, Class<C> aValue) AbstractResourcePropertiesBuilder.withPutClass(Object aKey, Class<C> aValue) AbstractResourcePropertiesBuilder.withPutClass(String[] aPathElements, Class<C> aValue) AbstractResourcePropertiesBuilder.withPutClass(String aKey, Class<C> aValue) AbstractResourcePropertiesBuilder.withPutClass(Collection<?> aPathElements, Class<C> aValue) default <C> ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutClass(Object[] aPathElements, Class<C> aValue) default <C> ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutClass(Object aKey, Class<C> aValue) default <C> ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutClass(String[] aPathElements, Class<C> aValue) default <C> ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutClass(String aKey, Class<C> aValue) default <C> ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutClass(Collection<?> aPathElements, Class<C> aValue) AbstractResourcePropertiesBuilder.withPutDirAt(int aIndex, Object aDir) AbstractResourcePropertiesBuilder.withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) AbstractResourcePropertiesBuilder.withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) AbstractResourcePropertiesBuilder.withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) AbstractResourcePropertiesBuilder.withPutDirAt(Object aPath, int aIndex, Object aDir) AbstractResourcePropertiesBuilder.withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) AbstractResourcePropertiesBuilder.withPutDirAt(String[] aPathElements, int aIndex, Object aDir) AbstractResourcePropertiesBuilder.withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) AbstractResourcePropertiesBuilder.withPutDirAt(String aPath, int aIndex, Object aDir) AbstractResourcePropertiesBuilder.withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) AbstractResourcePropertiesBuilder.withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) AbstractResourcePropertiesBuilder.withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(int aIndex, Object aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(Object aPath, int aIndex, Object aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(String[] aPathElements, int aIndex, Object aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(String aPath, int aIndex, Object aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) ResourceProperties.ResourcePropertiesBuilder.withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) AbstractResourcePropertiesBuilder.withPutDouble(Object[] aPathElements, Double aValue) AbstractResourcePropertiesBuilder.withPutDouble(Object aKey, Double aValue) AbstractResourcePropertiesBuilder.withPutDouble(String[] aPathElements, Double aValue) AbstractResourcePropertiesBuilder.withPutDouble(String aKey, Double aValue) AbstractResourcePropertiesBuilder.withPutDouble(Collection<?> aPathElements, Double aValue) ResourceProperties.ResourcePropertiesBuilder.withPutDouble(Object[] aPathElements, Double aValue) ResourceProperties.ResourcePropertiesBuilder.withPutDouble(Object aKey, Double aValue) ResourceProperties.ResourcePropertiesBuilder.withPutDouble(String[] aPathElements, Double aValue) ResourceProperties.ResourcePropertiesBuilder.withPutDouble(String aKey, Double aValue) ResourceProperties.ResourcePropertiesBuilder.withPutDouble(Collection<?> aPathElements, Double aValue) <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderAbstractResourcePropertiesBuilder.withPutEnum(Object[] aPathElements, E aValue) <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderAbstractResourcePropertiesBuilder.withPutEnum(Object aKey, E aValue) <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderAbstractResourcePropertiesBuilder.withPutEnum(String[] aPathElements, E aValue) <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderAbstractResourcePropertiesBuilder.withPutEnum(String aKey, E aValue) <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderAbstractResourcePropertiesBuilder.withPutEnum(Collection<?> aPathElements, E aValue) default <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutEnum(Object[] aPathElements, E aValue) default <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutEnum(Object aKey, E aValue) default <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutEnum(String[] aPathElements, E aValue) default <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutEnum(String aKey, E aValue) default <E extends Enum<E>>
ResourceProperties.ResourcePropertiesBuilderResourceProperties.ResourcePropertiesBuilder.withPutEnum(Collection<?> aPathElements, E aValue) AbstractResourcePropertiesBuilder.withPutFloat(Object[] aPathElements, Float aValue) AbstractResourcePropertiesBuilder.withPutFloat(Object aKey, Float aValue) AbstractResourcePropertiesBuilder.withPutFloat(String[] aPathElements, Float aValue) AbstractResourcePropertiesBuilder.withPutFloat(String aKey, Float aValue) AbstractResourcePropertiesBuilder.withPutFloat(Collection<?> aPathElements, Float aValue) ResourceProperties.ResourcePropertiesBuilder.withPutFloat(Object[] aPathElements, Float aValue) ResourceProperties.ResourcePropertiesBuilder.withPutFloat(Object aKey, Float aValue) ResourceProperties.ResourcePropertiesBuilder.withPutFloat(String[] aPathElements, Float aValue) ResourceProperties.ResourcePropertiesBuilder.withPutFloat(String aKey, Float aValue) ResourceProperties.ResourcePropertiesBuilder.withPutFloat(Collection<?> aPathElements, Float aValue) AbstractResourcePropertiesBuilder.withPutInt(Object[] aPathElements, Integer aValue) AbstractResourcePropertiesBuilder.withPutInt(Object aKey, Integer aValue) AbstractResourcePropertiesBuilder.withPutInt(String[] aPathElements, Integer aValue) AbstractResourcePropertiesBuilder.withPutInt(String aKey, Integer aValue) AbstractResourcePropertiesBuilder.withPutInt(Collection<?> aPathElements, Integer aValue) ResourceProperties.ResourcePropertiesBuilder.withPutInt(Object[] aPathElements, Integer aValue) ResourceProperties.ResourcePropertiesBuilder.withPutInt(Object aKey, Integer aValue) ResourceProperties.ResourcePropertiesBuilder.withPutInt(String[] aPathElements, Integer aValue) ResourceProperties.ResourcePropertiesBuilder.withPutInt(String aKey, Integer aValue) ResourceProperties.ResourcePropertiesBuilder.withPutInt(Collection<?> aPathElements, Integer aValue) AbstractResourcePropertiesBuilder.withPutLong(Object[] aPathElements, Long aValue) AbstractResourcePropertiesBuilder.withPutLong(Object aKey, Long aValue) AbstractResourcePropertiesBuilder.withPutLong(String[] aPathElements, Long aValue) AbstractResourcePropertiesBuilder.withPutLong(String aKey, Long aValue) AbstractResourcePropertiesBuilder.withPutLong(Collection<?> aPathElements, Long aValue) ResourceProperties.ResourcePropertiesBuilder.withPutLong(Object[] aPathElements, Long aValue) ResourceProperties.ResourcePropertiesBuilder.withPutLong(Object aKey, Long aValue) ResourceProperties.ResourcePropertiesBuilder.withPutLong(String[] aPathElements, Long aValue) ResourceProperties.ResourcePropertiesBuilder.withPutLong(String aKey, Long aValue) ResourceProperties.ResourcePropertiesBuilder.withPutLong(Collection<?> aPathElements, Long aValue) AbstractResourcePropertiesBuilder.withPutShort(Object[] aPathElements, Short aValue) AbstractResourcePropertiesBuilder.withPutShort(Object aKey, Short aValue) AbstractResourcePropertiesBuilder.withPutShort(String[] aPathElements, Short aValue) AbstractResourcePropertiesBuilder.withPutShort(String aKey, Short aValue) AbstractResourcePropertiesBuilder.withPutShort(Collection<?> aPathElements, Short aValue) ResourceProperties.ResourcePropertiesBuilder.withPutShort(Object[] aPathElements, Short aValue) ResourceProperties.ResourcePropertiesBuilder.withPutShort(Object aKey, Short aValue) ResourceProperties.ResourcePropertiesBuilder.withPutShort(String[] aPathElements, Short aValue) ResourceProperties.ResourcePropertiesBuilder.withPutShort(String aKey, Short aValue) ResourceProperties.ResourcePropertiesBuilder.withPutShort(Collection<?> aPathElements, Short aValue) AbstractResourcePropertiesBuilder.withPutString(Object[] aPathElements, String aValue) AbstractResourcePropertiesBuilder.withPutString(Object aKey, String aValue) AbstractResourcePropertiesBuilder.withPutString(String[] aPathElements, String aValue) AbstractResourcePropertiesBuilder.withPutString(String aKey, String aValue) AbstractResourcePropertiesBuilder.withPutString(Collection<?> aPathElements, String aValue) ResourceProperties.ResourcePropertiesBuilder.withPutString(Object[] aPathElements, String aValue) ResourceProperties.ResourcePropertiesBuilder.withPutString(Object aKey, String aValue) ResourceProperties.ResourcePropertiesBuilder.withPutString(String[] aPathElements, String aValue) ResourceProperties.ResourcePropertiesBuilder.withPutString(String aKey, String aValue) ResourceProperties.ResourcePropertiesBuilder.withPutString(Collection<?> aPathElements, String aValue) AbstractResourcePropertiesBuilder.withRemoveFrom(Object aPath) AbstractResourcePropertiesBuilder.withRemoveFrom(Object... aPathElements) AbstractResourcePropertiesBuilder.withRemoveFrom(String aPath) AbstractResourcePropertiesBuilder.withRemoveFrom(String... aPathElements) AbstractResourcePropertiesBuilder.withRemoveFrom(Collection<?> aPathElements) ResourceProperties.ResourcePropertiesBuilder.withRemoveFrom(Object aPath) ResourceProperties.ResourcePropertiesBuilder.withRemoveFrom(Object... aPathElements) ResourceProperties.ResourcePropertiesBuilder.withRemoveFrom(String aPath) ResourceProperties.ResourcePropertiesBuilder.withRemoveFrom(String... aPathElements) ResourceProperties.ResourcePropertiesBuilder.withRemoveFrom(Collection<?> aPathElements) AbstractResourcePropertiesBuilder.withRemovePaths(String... aPathElements) ResourceProperties.ResourcePropertiesBuilder.withRemovePaths(String... aPathElements) ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(File aFile) Builder method forResourceProperties.MutableResoureProperties.seekFrom(File).ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(File aFile, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.seekFrom(File, char...).ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(Class<?> aResourceClass, String aFilePath) Builder method forResourceProperties.MutableResoureProperties.seekFrom(Class, String).ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(Class<?> aResourceClass, String aFilePath, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.seekFrom(Class, String, char...).ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(Class<?> aResourceClass, org.refcodes.runtime.ConfigLocator aConfigLocator, String aFilePath, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.loadFrom(String).ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(String aFilePath) Builder method forResourceProperties.MutableResoureProperties.seekFrom(String).ResourceProperties.ResourcePropertiesBuilder.withSeekFrom(String aFilePath, char... aDelimiters) Builder method forResourceProperties.MutableResoureProperties.saveTo(String, char).Methods in org.refcodes.properties with parameters of type ResourceProperties.ResourcePropertiesBuilderModifier and TypeMethodDescriptionPropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).Constructors in org.refcodes.properties with parameters of type ResourceProperties.ResourcePropertiesBuilderModifierConstructorDescriptionConstructs theAbstractResourcePropertiesinstance with the givenResourceProperties.ResourcePropertiesBuilder.ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand orphan removal (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called withtrue).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and orphan removal (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called withtrue).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and orphan removal (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called withtrue).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand orphan removal (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called withtrue).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).