Interface Configuration


public interface Configuration
Interface to implement Configuration
  • Method Details

    • propertiesPath

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

      default Properties properties()
      Get the configuration Properties
      Returns:
      configuration Properties
    • getPropertiesPath

      Optional<Path> getPropertiesPath()
      Get the Path to the Properties configuration file
      Returns:
      an Optional containing the 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
    • getPropertiesFilename

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