Uses of Interface
org.apache.jackrabbit.vault.fs.io.Archive
Packages that use Archive
-
Uses of Archive in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement ArchiveModifier and TypeClassDescriptionfinal classWrapper class that hides all implementation details from the underlying archive.classArchive filter that suppresses the sub packages via the normal tree and allows to extract them individually.Methods in org.apache.jackrabbit.vault.fs.impl that return ArchiveModifier and TypeMethodDescription@Nullable ArchiveArchiveWrapper.getSubArchive(@NotNull String root, boolean asJcrRoot) @Nullable ArchiveSubPackageFilterArchive.getSubArchive(@NotNull String root, boolean asJcrRoot) Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type Archive -
Uses of Archive in org.apache.jackrabbit.vault.fs.io
Classes in org.apache.jackrabbit.vault.fs.io that implement ArchiveModifier and TypeClassDescriptionclassImplements an archive based on the file systemclassImplements an archive that is based on nt:file/nt:folder nodes in a JCR repository.classImplements an archive wrapper that remaps the entries of an underlying archive using aPathMapping.classImplements anInputStreamPump.Pumpthat extracts the relevant parts from the input stream into memory.classImplements an archive that is based on a sub-tree of another archiveclassImplements an archive that is based on a zip file.classArchive leveraging Java NIO File and its Zip File System Provider.classImplements 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.Methods in org.apache.jackrabbit.vault.fs.io that return ArchiveModifier and TypeMethodDescription@Nullable ArchiveArchive.getSubArchive(@NotNull String root, boolean asJcrRoot) Returns a sub archive that is rooted at the given path.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type ArchiveModifier and TypeMethodDescriptionvoidRuns the importer from the given root node.voidRuns the importer with the given session.Constructors in org.apache.jackrabbit.vault.fs.io with parameters of type ArchiveModifierConstructorDescriptionMappedArchive(Archive base, PathMapping mapping) SubArchive(Archive base, Archive.Entry root, boolean isJcrRoot) -
Uses of Archive in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return ArchiveModifier and TypeMethodDescriptionVaultPackage.getArchive()Returns the underlying package archive.Methods in org.apache.jackrabbit.vault.packaging with parameters of type ArchiveModifier and TypeMethodDescription@NotNull PackageId[]JcrPackageManager.extract(@NotNull Archive archive, @NotNull ImportOptions options, boolean replace) Extracts a package directly from the given archive without uploading it to the repository first.@NotNull VaultPackageOpens the given archive and creates a package@NotNull VaultPackageOpens the given archive and creates a packagevoidInstallHookProcessor.registerHooks(Archive archive, ClassLoader classLoader) Register all hooks found in the given archive. -
Uses of Archive in org.apache.jackrabbit.vault.packaging.impl
Methods in org.apache.jackrabbit.vault.packaging.impl that return ArchiveModifier and TypeMethodDescriptionHollowVaultPackage.getArchive()ZipVaultPackage.getArchive()Returns the underlying package archive.Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type ArchiveModifier and TypeMethodDescription@NotNull PackageId[]JcrPackageManagerImpl.extract(@NotNull Archive archive, @NotNull ImportOptions options, boolean replace) Extracts a package directly from the given archive without uploading it to the repository first.@NotNull VaultPackageOpens the given archive and creates a package@NotNull VaultPackageOpens the given archive and creates a packagevoidInstallHookProcessorImpl.registerHooks(Archive archive, ClassLoader classLoader) voidConstructors in org.apache.jackrabbit.vault.packaging.impl with parameters of type Archive -
Uses of Archive in org.apache.jackrabbit.vault.validation.context
Constructors in org.apache.jackrabbit.vault.validation.context with parameters of type ArchiveModifierConstructorDescriptionArchiveValidationContext(@NotNull Archive archive, @NotNull Path archivePath, @NotNull DependencyResolver resolver) SubPackageInArchiveValidationContext(@NotNull ArchiveValidationContext containerPackageContext, @NotNull Archive archive, @NotNull Path archivePath, @NotNull DependencyResolver resolver)