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