Interface ArchiveFileSelector


  • public interface ArchiveFileSelector
    • Method Detail

      • getDestinationFile

        @Nullable
        java.io.File getDestinationFile​(@NotNull
                                        java.lang.String archiveEntryName)
        Decides whether the file withing archive needs to be extracted and its destination path
        Parameters:
        archiveEntryName - archive entry name (file name)
        Returns:
        full file path on disk or null to skip file extraction
      • getDestinationRoot

        @Nullable
        default java.io.File getDestinationRoot()