Uses of Interface
org.refcodes.properties.ResourcePropertiesFactory
-
Uses of ResourcePropertiesFactory in org.refcodes.properties
Classes in org.refcodes.properties that implement ResourcePropertiesFactoryModifier and TypeClassDescriptionclassTheJavaPropertiesFactoryrepresents aResourcePropertiesFactorycreating instances of typeJavaProperties.classTheJsonPropertiesFactoryrepresents aResourcePropertiesFactorycreating instances of typeJsonProperties.static classThePolyglotProperties.PolyglotPropertiesFactoryis a meta factory using a collection ofResourcePropertiesFactoryinstances to deliverResourcePropertiesinstances.classTheTomlPropertiesFactoryrepresents aResourcePropertiesFactorycreating instances of typeTomlProperties.classTheXmlPropertiesFactoryrepresents aResourcePropertiesFactorycreating instances of typeXmlProperties.classTheYamlPropertiesFactoryrepresents aResourcePropertiesFactorycreating instances of typeYamlProperties.Constructors in org.refcodes.properties with parameters of type ResourcePropertiesFactoryModifierConstructorDescriptionPolyglotPropertiesFactory(ResourcePropertiesFactory... aFactories) Initializes thePolyglotProperties.PolyglotPropertiesFactorywith the givenResourcePropertiesFactoryinstances.