Interface PluginFilesUtil.UnpackFilter

  • Enclosing class:
    PluginFilesUtil

    public static interface PluginFilesUtil.UnpackFilter
    • Method Detail

      • unpackEntry

        boolean unpackEntry​(@NotNull
                            String entryName,
                            @NotNull
                            File toFile)
        Called for every archive enrties to check if extract them
        Parameters:
        entryName - archive entry path with no leading slashes
        toFile - filesystem path to extract entry
        Returns:
        true to extract the entry