Class BasicPropertiesConfigSource

    • Constructor Detail

      • BasicPropertiesConfigSource

        public BasicPropertiesConfigSource()
    • Method Detail

      • propertiesFromSource

        public PropertiesConfigSource.Parse propertiesFromSource​(java.lang.String identifier)
                                                          throws java.io.FileNotFoundException,
                                                                 java.lang.Exception
        Description copied from interface: PropertiesConfigSource
        An Exception signifies this source cannot be parsed at all; it is a bad source. More local failures should be handled and reported in parse messages.
        Specified by:
        propertiesFromSource in interface PropertiesConfigSource
        Throws:
        java.io.FileNotFoundException
        java.lang.Exception