Uses of Interface
org.apache.jackrabbit.vault.packaging.VaultPackage
-
-
Uses of VaultPackage in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with type parameters of type VaultPackage Modifier and Type Method Description static <T extends VaultPackage>
voidDependencyUtil. sort(Collection<T> packages)
Sorts the packages by the dependency orderMethods in org.apache.jackrabbit.vault.packaging that return VaultPackage Modifier and Type Method Description @NotNull VaultPackage
PackageManager. assemble(@NotNull Session s, @NotNull ExportOptions opts, @Nullable File file)
Assembles a package using the given meta information and file to store to.VaultPackage
InstallContext. getPackage()
Returns the package that is currently installed@NotNull VaultPackage
JcrPackage. getPackage()
Returns the vault package stored in the data of this package.@NotNull VaultPackage
PackageManager. open(@NotNull File file)
Opens the given file and creates a package@NotNull VaultPackage
PackageManager. open(@NotNull File file, boolean strict)
Opens the given file and creates a package@NotNull VaultPackage
PackageManager. open(@NotNull Archive archive)
Opens the given archive and creates a package@NotNull VaultPackage
PackageManager. open(@NotNull Archive archive, boolean strict)
Opens the given archive and creates a package@NotNull VaultPackage
PackageManager. 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 VaultPackage Modifier and Type Method Description void
PackageManager. rewrap(@NotNull ExportOptions opts, @NotNull VaultPackage src, @NotNull OutputStream out)
Re-wraps the given package with the definition provided in the export options.@NotNull VaultPackage
PackageManager. rewrap(@NotNull ExportOptions opts, @NotNull VaultPackage src, @Nullable File file)
Re-wraps a package using the given meta information and file to store to.void
JcrPackageDefinition. 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 VaultPackage Modifier and Type Class Description class
HollowVaultPackage
Implements a vault package that is a hollow representation of a file vault export i.e.class
ZipVaultPackage
Implements a vault package that is a zipped representation of a file vault export.Methods in org.apache.jackrabbit.vault.packaging.impl that return VaultPackage Modifier and Type Method Description VaultPackage
PackageManagerImpl. assemble(Session s, ExportOptions opts, File file)
Assembles a package using the given meta information and file to store to.VaultPackage
InstallContextImpl. getPackage()
VaultPackage
JcrPackageImpl. getPackage()
Returns the vault package stored in the data of this package.protected @NotNull VaultPackage
JcrPackageImpl. getPackage(boolean forceFileArchive)
Creates a new package by creating the appropriate archive.@NotNull VaultPackage
PackageManagerImpl. open(@NotNull Archive archive)
Opens the given archive and creates a package@NotNull VaultPackage
PackageManagerImpl. open(@NotNull Archive archive, boolean strict)
Opens the given archive and creates a packageVaultPackage
PackageManagerImpl. open(File file)
Opens the given file and creates a packageVaultPackage
PackageManagerImpl. open(File file, boolean strict)
Opens the given file and creates a packageVaultPackage
PackageManagerImpl. 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 VaultPackage Modifier and Type Method Description VaultPackage
PackageManagerImpl. rewrap(ExportOptions opts, VaultPackage src, File file)
Re-wraps a package using the given meta information and file to store to.void
PackageManagerImpl. rewrap(ExportOptions opts, VaultPackage src, OutputStream out)
Re-wraps the given package with the definition provided in the export options.void
JcrPackageDefinitionImpl. unwrap(VaultPackage pack, boolean force)
void
JcrPackageDefinitionImpl. 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 VaultPackage Constructor Description InstallContextImpl(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 VaultPackage Modifier and Type Method Description @NotNull VaultPackage
RegisteredPackage. 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 VaultPackage Modifier and Type Method Description @NotNull VaultPackage
FSRegisteredPackage. getPackage()
@NotNull VaultPackage
JcrRegisteredPackage. getPackage()
protected @NotNull VaultPackage
FSPackageRegistry. 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 VaultPackage Modifier and Type Method Description @NotNull JcrPackage
JcrPackageRegistry. createNew(@NotNull Node parent, @NotNull PackageId pid, @Nullable VaultPackage pack, boolean autoSave)
Creates a new jcr vault package.
-