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 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.VaultPackageInstallContext. getPackage()Returns the package that is currently installed@NotNull VaultPackageJcrPackage. getPackage()Returns the vault package stored in the data of this package.@NotNull VaultPackagePackageManager. open(@NotNull File file)Opens the given file and creates a package@NotNull VaultPackagePackageManager. open(@NotNull File file, boolean strict)Opens the given file and creates a package@NotNull VaultPackagePackageManager. open(@NotNull Archive archive)Opens the given archive and creates a package@NotNull VaultPackagePackageManager. open(@NotNull Archive archive, boolean strict)Opens 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 VaultPackage Modifier and Type Method Description voidPackageManager. 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 VaultPackage Modifier and Type Class Description classHollowVaultPackageImplements a vault package that is a hollow representation of a file vault export i.e. when original zipped representation has been truncated.classZipVaultPackageImplements 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 VaultPackagePackageManagerImpl. 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.VaultPackageInstallContextImpl. getPackage()VaultPackageJcrPackageImpl. 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 VaultPackagePackageManagerImpl. open(@NotNull Archive archive)Opens the given archive and creates a package@NotNull VaultPackagePackageManagerImpl. open(@NotNull Archive archive, boolean strict)Opens the given archive and creates a packageVaultPackagePackageManagerImpl. open(File file)Opens the given file and creates a packageVaultPackagePackageManagerImpl. open(File file, boolean strict)Opens the given file and creates a packageVaultPackagePackageManagerImpl. 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 VaultPackagePackageManagerImpl. 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 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 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 VaultPackage Modifier and Type Method Description @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 VaultPackage Modifier and Type Method Description @NotNull JcrPackageJcrPackageRegistry. createNew(@NotNull Node parent, @NotNull PackageId pid, @Nullable VaultPackage pack, boolean autoSave)Creates a new jcr vault package.
-