Interface CustomFileHandler


  • public interface CustomFileHandler
    Represents the custom file handler.
    Since:
    6.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    FileManagerExtensionHolder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.File getFile​(java.lang.String path)
      Returns the file (may be created by this method) by the path specified.
    • Method Detail

      • getFile

        @NotNull
        java.io.File getFile​(@NotNull
                             java.lang.String path)
        Returns the file (may be created by this method) by the path specified.
        Parameters:
        path - particular path
        Returns:
        the corresponding file on disk