Interface IPropertiesLoader


  • public interface IPropertiesLoader
    An interface to load properties from external properties file to override the default configurations
    • Method Detail

      • loadProperties

        java.util.Properties loadProperties​(java.nio.file.Path file)
        Load Properties from specific file
        Parameters:
        file - The path of the properties file to open
        Returns:
        a property list with values in file.