Class FilePropertyProvider

  • All Implemented Interfaces:
    PropertyProvider

    public class FilePropertyProvider
    extends AbstractPropertyProvider
    Property provider that reads from properties file on classpath. Third priority in the property resolution chain.
    • Constructor Detail

      • FilePropertyProvider

        public FilePropertyProvider()
    • Method Detail

      • getProperty

        public String getProperty​(String key)
        Description copied from interface: PropertyProvider
        Gets property value by key.
        Parameters:
        key - property key
        Returns:
        property value