Interface UserConfigPathProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UserConfigPathProvider
Interface providing a Path to a location where user level runtime configuration files are strored.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides a path to a user config location.
  • Method Details

    • provide

      Path provide()
      Provides a path to a user config location.
      Returns:
      a path to user config location