Package org.eclipse.jgit.archive
Class BaseFormat
- java.lang.Object
-
- org.eclipse.jgit.archive.BaseFormat
-
-
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.ArchiveOutputStream
applyFormatOptions(org.apache.commons.compress.archivers.ArchiveOutputStream s, Map<String,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, Map<String,Object> o) throws IOException
Apply options to archive output stream- Parameters:
s
- stream to apply options too
- options map- Returns:
- stream with option applied
- Throws:
IOException
-
-