Uses of Class
org.refcodes.properties.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
-
Uses of PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory in org.refcodes.properties
Constructors in org.refcodes.properties with parameters of type PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactoryModifierConstructorDescriptionPolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, File aFile) Loads thePolyglotPropertiesBuilderfrom the givenFile.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, File aFile, char... aDelimiters) Loads thePolyglotPropertiesBuilderfrom the givenFile.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads or seeks thePolyglotPropertiesBuilderfrom the givenFile.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks thePolyglotPropertiesBuilderfrom the givenFile.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, InputStream aInputStream) Reads thePolyglotPropertiesBuilderfrom the givenInputStream.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, InputStream aInputStream, char... aDelimiters) Reads thePolyglotPropertiesBuilderfrom the givenInputStream.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Class<?> aResourceClass, String aFilePath) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Class<?> aResourceClass, String aFilePath, char... aDelimiters) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Object aObj) Create aPolyglotPropertiesBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, String aFilePath) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, String aFilePath, char... aDelimiters) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads thePolyglotPropertiesBuilderfrom the given file's path.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, URL aUrl) Loads thePolyglotPropertiesBuilderfrom the givenURL.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, URL aUrl, char... aDelimiters) Loads thePolyglotPropertiesBuilderfrom the givenURL.PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Map<?, ?> aPropertiesBuilder) Create aPolyglotPropertiesBuilderinstance containing the elements of the providedMapinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Properties aProperties) Create aPolyglotPropertiesBuilderinstance containing the elements of the providedPropertiesinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Properties.PropertiesBuilder aPropertiesBuilder) Create aPolyglotPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations