Package com.xmlcalabash.steps.archives
Class SevenZOutputArchive
-
- All Implemented Interfaces:
public final class SevenZOutputArchive extends OutputArchive
-
-
Field Summary
Fields Modifier and Type Field Description private final QName
archiveFormat
private SevenZOutputFile
sevenZArchive
private final List<XArchiveEntry>
entries
private final URI
baseUri
private final XProcStepConfiguration
stepConfig
-
Constructor Summary
Constructors Constructor Description SevenZOutputArchive(XProcStepConfiguration stepConfig)
-
Method Summary
Modifier and Type Method Description QName
getArchiveFormat()
final SevenZOutputFile
getSevenZArchive()
final Unit
setSevenZArchive(SevenZOutputFile sevenZArchive)
Unit
create(File file)
Unit
close()
Unit
write(XArchiveEntry entry)
-
Methods inherited from class com.xmlcalabash.steps.archives.OutputArchive
createArchive, getBaseUri, getEntries
-
Methods inherited from class com.xmlcalabash.steps.archives.AbstractArchiveFile
deleteIfTemporary, getStepConfig
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SevenZOutputArchive
SevenZOutputArchive(XProcStepConfiguration stepConfig)
-
-
Method Detail
-
getArchiveFormat
QName getArchiveFormat()
-
getSevenZArchive
final SevenZOutputFile getSevenZArchive()
-
setSevenZArchive
final Unit setSevenZArchive(SevenZOutputFile sevenZArchive)
-
write
Unit write(XArchiveEntry entry)
-
-
-
-