Uses of Class
org.refcodes.properties.PolyglotProperties.PolyglotPropertiesFactory
-
Uses of PolyglotProperties.PolyglotPropertiesFactory in org.refcodes.properties
Constructors in org.refcodes.properties with parameters of type PolyglotProperties.PolyglotPropertiesFactoryModifierConstructorDescriptionPolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, File aFile) Loads thePolyglotPropertiesfrom the givenFile.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, File aFile, char... aDelimiters) Loads thePolyglotPropertiesfrom the givenFile.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads or seeks thePolyglotPropertiesfrom the givenFile.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, File aFile, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads or seeks thePolyglotPropertiesfrom the givenFile.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, InputStream aInputStream) Reads thePolyglotPropertiesfrom the givenInputStream.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, InputStream aInputStream, char... aDelimiters) Reads thePolyglotPropertiesfrom the givenInputStream.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Class<?> aResourceClass, String aFilePath) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Class<?> aResourceClass, String aFilePath, char... aDelimiters) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Class<?> aResourceClass, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Object aObj) Create aPolyglotPropertiesinstance 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.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, String aFilePath) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, String aFilePath, char... aDelimiters) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, String aFilePath, org.refcodes.runtime.ConfigLocator aConfigLocator, char... aDelimiters) Loads thePolyglotPropertiesfrom the given file's path.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, URL aUrl) Loads thePolyglotPropertiesfrom the givenURL.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, URL aUrl, char... aDelimiters) Loads thePolyglotPropertiesfrom the givenURL.PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Map<?, ?> aProperties) Create aPolyglotPropertiesinstance containing the elements of the providedMapinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Properties aProperties) Create aPolyglotPropertiesinstance containing the elements of the providedPropertiesinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Properties.PropertiesBuilder aProperties) Create aPolyglotPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations