| ActivityLog |
Listener that receive packaging events and logs them to the activity log.
|
| AdminPermissionChecker |
Utility class to check if a session has administrative permissions (e.g. to check if a package can be installed)
|
| CompositeExportProcessor |
Helper class that allows to chain post processors.
|
| DefaultPackageInfo |
Very simple class that reads basic package info from a file.
|
| DefaultPackageProperties |
|
| HollowVaultPackage |
Implements a vault package that is a hollow representation of a file vault
export i.e. when original zipped representation has been truncated.
|
| InstallContextImpl |
InstallContextImpl...
|
| InstallHookProcessorImpl |
processor for install hooks
|
| JcrPackageDefinitionImpl |
The JCR package definition is used to operate with a unwrapped package
in the repository.
|
| JcrPackageDefinitionImpl.State |
|
| JcrPackageDefinitionMetaInf |
Only limited meta information like package properties and filters are exposed which are available
from the underlying package definition node.
|
| JcrPackageImpl |
Implements a JcrPackage
|
| JcrPackageManagerImpl |
Extends the PackageManager by JCR specific methods
|
| JcrWorkspaceFilter |
JcrWorkspaceFilter implements serializations of a workspace
filter that is stored in the repository
|
| OsgiAwarePropertiesUtil |
Provides access to either system properties or bundle context properties (if running inside an OSGi container)
|
| PackageManagerImpl |
Implements the package manager
|
| PackageManagerMBeanImpl |
PackageManagerMBeanImpl provide a MBean that lists all available packages as tabular data.
|
| PackagePropertiesImpl |
package properties abstraction
|
| PackagingImpl |
PackagingImpl...
|
| SubPackageExportProcessor |
Helper class to handle sub-package exporting for non /etc/package package roots
|
| ZipVaultPackage |
Implements a vault package that is a zipped representation of a file vault
export.
|