Interface Configuration


public interface Configuration
Interface to implement Configuration
  • Method Details

    • getPropertiesFilename

      Optional<Path> getPropertiesFilename()
      Get the Path to the Properties configuration file
      Returns:
      an Optional containing Path to the Properties configuration file, or Optional.empty() if no properties configuration file was found
    • getProperties

      Properties getProperties()
      Get the Configuration Properties
      Returns:
      Configuration Properties