Uses of Interface
org.apache.sling.installer.api.tasks.InstallationContext
Package
Description
-
Uses of InstallationContext in org.apache.sling.installer.api.tasks
Modifier and TypeMethodDescriptionvoid
ChangeStateTask.execute
(InstallationContext ctx) abstract void
InstallTask.execute
(InstallationContext ctx) This is the heart of the task - it performs the actual task. -
Uses of InstallationContext in org.apache.sling.installer.core.impl.tasks
Modifier and TypeMethodDescriptionvoid
BundleInstallTask.execute
(InstallationContext ctx) void
BundleRemoveTask.execute
(InstallationContext ctx) void
BundleStartTask.execute
(InstallationContext ctx) void
BundleUpdateTask.execute
(InstallationContext ctx) void
InstallerBundleUpdateTask.execute
(InstallationContext ctx) void
RefreshBundlesTask.execute
(InstallationContext ctx) void
RestartActiveBundlesTask.execute
(InstallationContext ctx) void
SystemBundleUpdateTask.execute
(InstallationContext ctx) static void
RefreshBundlesTask.markBundleForRefresh
(InstallationContext ctx, TaskSupport btc, org.osgi.framework.Bundle bundle) -
Uses of InstallationContext in org.apache.sling.installer.core.impl.util
Modifier and TypeMethodDescriptionvoid
BundleRefresher.refreshBundles
(InstallationContext ctx, List<org.osgi.framework.Bundle> bundles, boolean wait) void
WABundleRefresher.refreshBundles
(InstallationContext ctx, List<org.osgi.framework.Bundle> bundles, boolean wait)