Uses of Class
org.apache.jackrabbit.vault.packaging.ExportOptions
Packages that use ExportOptions
Package
Description
-
Uses of ExportOptions in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with parameters of type ExportOptionsModifier and TypeMethodDescriptionvoidPackageManager.assemble(@NotNull Session s, @NotNull ExportOptions opts, @NotNull OutputStream out) Assembles a package using the given meta information.@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.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.@Nullable JcrPackageJcrPackage.snapshot(@NotNull ExportOptions opts, boolean replace) Creates a snapshot of this package. -
Uses of ExportOptions in org.apache.jackrabbit.vault.packaging.impl
Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type ExportOptionsModifier 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.voidPackageManagerImpl.assemble(Session s, ExportOptions opts, OutputStream out) Assembles a package using the given meta information.PackageManagerImpl.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.JcrPackageImpl.snapshot(ExportOptions opts, boolean replace) Creates a snapshot of this package.