Interface FilePathProvider


public interface FilePathProvider
Works out where a loaded config object belongs on disk.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Object file)
    The path a config object is written to.
  • Method Details

    • get

      Path get(Object file)
      The path a config object is written to.
      Parameters:
      file - the loaded config object
      Returns:
      its path inside the plugin folder