Package jetbrains.buildServer.util
Interface ArchiveFileSelector
-
public interface ArchiveFileSelector
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FilegetDestinationFile(String archiveEntryName)Decides whether the file withing archive needs to be extracted and its destination pathdefault FilegetDestinationRoot()static StringnormalizePathIfNeeded(String archiveEntryName)
-
-
-
Method Detail
-
getDestinationFile
@Nullable File getDestinationFile(@NotNull 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 File getDestinationRoot()
-
-