| Interface | Description |
|---|---|
| ExportPostProcessor |
Defines a post processor that is invoked after a package is assembled.
|
| InstallContext |
The install context is passed to
InstallHooks 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.
|
| 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 the
PackageManager by repository specific operations. |
| PackageManager |
The package manager is used to deal with packages.
|
| Packaging |
Default access point to package managers.
|
| VaultPackage |
Defines a vault package.
|
| Class | Description |
|---|---|
| Dependency |
Implements a package dependency reference.
|
| DependencyUtil |
Dependency Utilities
|
| ExportOptions |
Holds options used for exporting.
|
| ImportOptions | Deprecated
since 2.3.12.
|
| PackageId |
PackageId provides the basic metrics for identifying a package. |
| PackagingService |
Default access point to package managers for non OSGi clients.
|
| Version |
Implements a package version.
|
| VersionRange |
Implements a version range
|
| Enum | Description |
|---|---|
| InstallContext.Phase |
The current phase of a package installation
|
| Exception | Description |
|---|---|
| CyclicDependencyException |
CyclicDependencyException... |
| PackageException |
PackageException... |