@Version("2.9.0")
Package org.apache.jackrabbit.vault.packaging
-
Interface Summary Interface Description ExportPostProcessor Defines a post processor that is invoked after a package is assembled.InstallContext The install context is passed toInstallHook
s during the different phases of a package installation.InstallHook An install hook is used to do some pre and post work during a package install.InstallHookProcessor The install hook processor is used for handle the install hooks, from registration to execution.InstallHookProcessorFactory InstallHookProcessorFactory
...JcrPackage Specifies the interface of a vault package stored in the repository.JcrPackageDefinition Specifies the interface of a package definition stored in the repository.JcrPackageManager Extends thePackageManager
by repository specific operations.PackageManager The package manager is used to deal with packages.PackageProperties The package properties provide extra/meta information about the package to install.Packaging Default access point to package managers.VaultPackage Defines a vault package. -
Class Summary Class Description Dependency Implements a package dependency reference.DependencyUtil Dependency UtilitiesExportOptions Holds options used for exporting.PackageId PackageId
provides the basic metrics for identifying a package.PackagingService Default access point to package managers for non OSGi clients.ScopedWorkspaceFilter Workspace filter wrapper that limits the filter in- or outside certain paths.SubPackageHandling The sub package handling specifies how sub package are handled during recursive package installation.SubPackageHandling.Entry Version Implements a package version.VersionRange Implements a version range -
Enum Summary Enum Description DependencyHandling Defines how package dependencies influence package installation and un-installation.InstallContext.Phase The current phase of a package installationPackageType Specifies the type of the package.SubPackageHandling.Option The sub package option -
Exception Summary Exception Description CyclicDependencyException CyclicDependencyException
...DependencyException DependencyException
...NoSuchPackageException Exception for errors where a specified package does not existPackageException Generic exception for package related operations.PackageExistsException Exception thrown if a specified package already exist.