Uses of Interface
jetbrains.buildServer.util.ArchiveUtil.DoInArchiveHandler2
-
Packages that use ArchiveUtil.DoInArchiveHandler2 Package Description jetbrains.buildServer.util -
-
Uses of ArchiveUtil.DoInArchiveHandler2 in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type ArchiveUtil.DoInArchiveHandler2 Modifier and Type Method Description static <T> T
ArchiveUtil. doInArchive(ArchiveUtil.ArchiveFileDescriptor archive, String path, ArchiveUtil.DoInArchiveHandler2<T> callable)
Similar to #doInArchive(ArchiveFileDescriptor, String, DoInArchiveHandler) but callback MUST close Closeable elements (third argument)
-