Class PropertiesConfigSource

    • Constructor Detail

      • PropertiesConfigSource

        public PropertiesConfigSource​(URL url)
                               throws IOException
        Construct a new instance
        Parameters:
        url - a property file location
        Throws:
        IOException - if an error occurred when reading from the input stream
      • PropertiesConfigSource

        public PropertiesConfigSource​(Properties properties,
                                      String source)
      • PropertiesConfigSource

        public PropertiesConfigSource​(Map<String,​String> properties,
                                      String source,
                                      int ordinal)