Class PropertiesPropertySourceLoader

    • Field Detail

      • PROPERTIES_EXTENSION

        public static final java.lang.String PROPERTIES_EXTENSION
        File extension for property source loader.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertiesPropertySourceLoader

        public PropertiesPropertySourceLoader()
      • PropertiesPropertySourceLoader

        public PropertiesPropertySourceLoader​(boolean logEnabled)
    • Method Detail

      • getExtensions

        public java.util.Set<java.lang.String> getExtensions()
        Returns:
        The extensions this reader supports.
      • processInput

        protected void processInput​(java.lang.String name,
                                    java.io.InputStream input,
                                    java.util.Map<java.lang.String,​java.lang.Object> finalMap)
                             throws java.io.IOException
        Specified by:
        processInput in class AbstractPropertySourceLoader
        Parameters:
        name - The name
        input - The input stream
        finalMap - The map with all the properties processed
        Throws:
        java.io.IOException - If the input stream doesn't exist