@Version("2.15.0")
Package org.apache.jackrabbit.vault.fs.io
-
Interface Summary Interface Description Archive Specifies a FileVault archive.Archive.Entry Entry of an archiveDocViewAnalyzerListener DocViewAnalyzerListener
...DocViewParserHandler Handler to be used withDocViewParser
.Serializer Serializer
... -
Class Summary Class Description AbstractExporter Generic context for exportersAutoSave AutoSave
...DocViewFormat This class provides access to the commonly used doc view xml format and functionality that checks files for the format or reformats them accordingly.DocViewParser This is a thread-safe SAX parser which deals with FileVault Document View XML files and passes them to a givenDocViewParserHandler
.ExportInfo Provides information about an exportExportInfo.Entry FileArchive Implements an archive based on the file systemImporter Imports anArchive
into a repository.ImportOptions Option that control the package import.JarExporter Implements a Vault filesystem exporter that exports Vault files to a jar file.JcrArchive Implements an archive that is based on nt:file/nt:folder nodes in a JCR repository.JcrExporter Implements a Vault filesystem exporter that exports Vault files to a JCR repository.MappedArchive Implements an archive wrapper that remaps the entries of an underlying archive using aPathMapping
.MemoryArchive Implements anInputStreamPump.Pump
that extracts the relevant parts from the input stream into memory.PlatformExporter Implements a Vault filesystem exporter that exports Vault files to a platform file system.SubArchive Implements an archive that is based on a sub-tree of another archiveZipArchive Implements an archive that is based on a zip file.ZipNioArchive Archive leveraging Java NIO File and its Zip File System Provider.ZipStreamArchive Implements an archive based on a zip stream, but deflates the entries first into a buffer and later into a temporary file, if the content length exceeds the buffer size. -
Enum Summary Enum Description AccessControlHandling AccessControlHandling
defines the behavior when importing access control nodes.ExportInfo.Type -
Exception Summary Exception Description DocViewParser.XmlParseException Thrown in case the XML is not well-formed or no valid docview format.