Package org.eclipse.jgit.archive
Class BaseFormat
- java.lang.Object
-
- org.eclipse.jgit.archive.BaseFormat
-
- Direct Known Subclasses:
TarFormat,Tbz2Format,TgzFormat,TxzFormat,ZipFormat
public class BaseFormat extends java.lang.ObjectBase format class- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description BaseFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.compress.archivers.ArchiveOutputStreamapplyFormatOptions(org.apache.commons.compress.archivers.ArchiveOutputStream s, java.util.Map<java.lang.String,java.lang.Object> o)Apply options to archive output stream
-
-
-
Method Detail
-
applyFormatOptions
protected org.apache.commons.compress.archivers.ArchiveOutputStream applyFormatOptions(org.apache.commons.compress.archivers.ArchiveOutputStream s, java.util.Map<java.lang.String,java.lang.Object> o) throws java.io.IOExceptionApply options to archive output stream- Parameters:
s- stream to apply options too- options map- Returns:
- stream with option applied
- Throws:
java.io.IOException
-
-