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 File
getDestinationFile(String archiveEntryName)
Decides whether the file withing archive needs to be extracted and its destination pathdefault File
getDestinationRoot()
static String
normalizePathIfNeeded(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()
-
-