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 voidPackageManager. 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 ExportOptions 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.voidPackageManagerImpl. assemble(Session s, ExportOptions opts, OutputStream out)Assembles a package using the given meta information.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.JcrPackageJcrPackageImpl. snapshot(ExportOptions opts, boolean replace)Creates a snapshot of this package.
-