public interface ArchiveFileSelector
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDestinationFile(java.lang.String archiveEntryName)
Decides whether the file withing archive needs to be extracted and
its destination path
|
@Nullable java.io.File getDestinationFile(@NotNull java.lang.String archiveEntryName)
archiveEntryName
- archive entry name (file name)