Interface CustomFileHandler


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

      • getFile

        @NotNull
        File getFile​(@NotNull
                     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