Uses of Interface
org.apache.sling.installer.api.tasks.InstallationContext
Packages that use InstallationContext
Package
Description
-
Uses of InstallationContext in org.apache.sling.installer.api.tasks
Methods in org.apache.sling.installer.api.tasks with parameters of type InstallationContextModifier and TypeMethodDescriptionvoidChangeStateTask.execute(InstallationContext ctx) abstract voidInstallTask.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
Methods in org.apache.sling.installer.core.impl.tasks with parameters of type InstallationContextModifier and TypeMethodDescriptionvoidBundleInstallTask.execute(InstallationContext ctx) voidBundleRemoveTask.execute(InstallationContext ctx) voidBundleStartTask.execute(InstallationContext ctx) voidBundleUpdateTask.execute(InstallationContext ctx) voidInstallerBundleUpdateTask.execute(InstallationContext ctx) voidRefreshBundlesTask.execute(InstallationContext ctx) voidRestartActiveBundlesTask.execute(InstallationContext ctx) voidSystemBundleUpdateTask.execute(InstallationContext ctx) static voidRefreshBundlesTask.markBundleForRefresh(InstallationContext ctx, TaskSupport btc, org.osgi.framework.Bundle bundle) -
Uses of InstallationContext in org.apache.sling.installer.core.impl.util
Methods in org.apache.sling.installer.core.impl.util with parameters of type InstallationContextModifier and TypeMethodDescriptionvoidBundleRefresher.refreshBundles(InstallationContext ctx, List<org.osgi.framework.Bundle> bundles, boolean wait) voidWABundleRefresher.refreshBundles(InstallationContext ctx, List<org.osgi.framework.Bundle> bundles, boolean wait)