Interface InternalPackageRegistry
- All Superinterfaces:
PackageRegistry
- All Known Implementing Classes:
AbstractPackageRegistry,FSPackageRegistry,JcrPackageRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoidinstallPackage(@NotNull Session session, @NotNull RegisteredPackage pkg, @NotNull ImportOptions opts, boolean extract) voiduninstallPackage(@NotNull Session session, @NotNull RegisteredPackage pkg, @NotNull ImportOptions opts) Methods inherited from interface org.apache.jackrabbit.vault.packaging.registry.PackageRegistry
analyzeDependencies, contains, createExecutionPlan, open, packages, register, register, registerExternal, remove, resolve, usage
-
Method Details
-
installPackage
void installPackage(@NotNull @NotNull Session session, @NotNull @NotNull RegisteredPackage pkg, @NotNull @NotNull ImportOptions opts, boolean extract) throws IOException, PackageException - Throws:
IOExceptionPackageException
-
uninstallPackage
void uninstallPackage(@NotNull @NotNull Session session, @NotNull @NotNull RegisteredPackage pkg, @NotNull @NotNull ImportOptions opts) throws IOException, PackageException - Throws:
IOExceptionPackageException
-