Package jetbrains.buildServer.util
Interface ArchiveUtil.ArchiveFileDescriptor
-
- Enclosing class:
- ArchiveUtil
public static interface ArchiveUtil.ArchiveFileDescriptor
Descriptor for archive file.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getInputStream()
Used for construct ArchiveInputStream via #getArchiveInputStream(String, InputStream)String
getName()
Used for archive type detection.String
toString()
Used for error reporting
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
Used for construct ArchiveInputStream via #getArchiveInputStream(String, InputStream)- Throws:
IOException
-
getName
String getName()
Used for archive type detection.- See Also:
ArchiveUtil.getArchiveType(String)
-
-