Uses of Interface
org.apache.jackrabbit.vault.packaging.VaultPackage
Packages that use VaultPackage
Package
Description
-
Uses of VaultPackage in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with type parameters of type VaultPackageModifier and TypeMethodDescriptionstatic <T extends VaultPackage>
voidDependencyUtil.sort(Collection<T> packages) Sorts the packages by the dependency orderMethods in org.apache.jackrabbit.vault.packaging that return VaultPackageModifier and TypeMethodDescription@NotNull VaultPackagePackageManager.assemble(@NotNull Session s, @NotNull ExportOptions opts, @Nullable File file) Assembles a package using the given meta information and file to store to. if file isnulla temp file is generated.InstallContext.getPackage()Returns the package that is currently installed@NotNull VaultPackageJcrPackage.getPackage()Returns the vault package stored in the data of this package.@NotNull VaultPackageOpens the given file and creates a package@NotNull VaultPackageOpens the given file and creates a package@NotNull VaultPackageOpens the given archive and creates a package@NotNull VaultPackageOpens the given archive and creates a package@NotNull VaultPackagePackageManager.rewrap(@NotNull ExportOptions opts, @NotNull VaultPackage src, @Nullable File file) Re-wraps a package using the given meta information and file to store to.Methods in org.apache.jackrabbit.vault.packaging with parameters of type VaultPackageModifier and TypeMethodDescriptionvoidPackageManager.rewrap(@NotNull ExportOptions opts, @NotNull VaultPackage src, @NotNull OutputStream out) Re-wraps the given package with the definition provided in the export options.@NotNull VaultPackagePackageManager.rewrap(@NotNull ExportOptions opts, @NotNull VaultPackage src, @Nullable File file) Re-wraps a package using the given meta information and file to store to.voidJcrPackageDefinition.unwrap(@Nullable VaultPackage pack, boolean force, boolean autoSave) Unwraps the package definition to the underlying node. -
Uses of VaultPackage in org.apache.jackrabbit.vault.packaging.impl
Classes in org.apache.jackrabbit.vault.packaging.impl that implement VaultPackageModifier and TypeClassDescriptionclassImplements a vault package that is a hollow representation of a file vault export i.e. when original zipped representation has been truncated.classImplements a vault package that is a zipped representation of a file vault export.Methods in org.apache.jackrabbit.vault.packaging.impl that return VaultPackageModifier and TypeMethodDescriptionPackageManagerImpl.assemble(Session s, ExportOptions opts, File file) Assembles a package using the given meta information and file to store to. if file isnulla temp file is generated.InstallContextImpl.getPackage()JcrPackageImpl.getPackage()Returns the vault package stored in the data of this package.protected @NotNull VaultPackageJcrPackageImpl.getPackage(boolean forceFileArchive) Creates a new package by creating the appropriate archive.@NotNull VaultPackageOpens the given archive and creates a package@NotNull VaultPackageOpens the given archive and creates a packageOpens the given file and creates a packageOpens the given file and creates a packagePackageManagerImpl.rewrap(ExportOptions opts, VaultPackage src, File file) Re-wraps a package using the given meta information and file to store to.Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type VaultPackageModifier and TypeMethodDescriptionPackageManagerImpl.rewrap(ExportOptions opts, VaultPackage src, File file) Re-wraps a package using the given meta information and file to store to.voidPackageManagerImpl.rewrap(ExportOptions opts, VaultPackage src, OutputStream out) Re-wraps the given package with the definition provided in the export options.voidJcrPackageDefinitionImpl.unwrap(VaultPackage pack, boolean force) voidJcrPackageDefinitionImpl.unwrap(VaultPackage pack, boolean force, boolean autoSave) Unwraps the package definition to the underlying node.Constructors in org.apache.jackrabbit.vault.packaging.impl with parameters of type VaultPackageModifierConstructorDescriptionInstallContextImpl(Session session, String importRootPath, VaultPackage pack, Importer importer, InstallHookProcessor hooks) -
Uses of VaultPackage in org.apache.jackrabbit.vault.packaging.registry
Methods in org.apache.jackrabbit.vault.packaging.registry that return VaultPackageModifier and TypeMethodDescription@NotNull VaultPackageRegisteredPackage.getPackage()Returns the vault package stored in the data of this package -
Uses of VaultPackage in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return VaultPackageModifier and TypeMethodDescription@NotNull VaultPackageFSRegisteredPackage.getPackage()@NotNull VaultPackageJcrRegisteredPackage.getPackage()protected @NotNull VaultPackageFSPackageRegistry.openPackageFile(@NotNull PackageId id) Opens the package of a file with the given Id.Methods in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type VaultPackageModifier and TypeMethodDescription@NotNull JcrPackageJcrPackageRegistry.createNew(@NotNull Node parent, @NotNull PackageId pid, @Nullable VaultPackage pack, boolean autoSave) Creates a new jcr vault package.