Class PropertiesResourceFactory

    • Constructor Detail

      • PropertiesResourceFactory

        public PropertiesResourceFactory()
    • Method Detail

      • getFactoryType

        public java.lang.Class getFactoryType()
        Description copied from interface: ResourceFactory
        Returns the expected result type.
        Specified by:
        getFactoryType in interface ResourceFactory
        Returns:
        the result type.
      • initializeDefaults

        public void initializeDefaults()
        Description copied from interface: ResourceFactory
        Initializes the resource factory. This usually loads all system resources from the environment and maybe sets up and initializes any factories needed during the parsing.
        Specified by:
        initializeDefaults in interface ResourceFactory