Uses of Interface
org.apache.sling.installer.api.tasks.TaskResource
-
Uses of TaskResource in org.apache.sling.installer.api.tasks
Modifier and TypeMethodDescription@Nullable TaskResource
TaskResourceGroup.getActiveResource()
Return the first resource if it either needs to be installed or uninstalled.@Nullable TaskResource
TaskResourceGroup.getNextActiveResource()
If there is more than the active resource in the group, return the second resource from the group.InstallTask.getResource()
Return the corresponding resource - depending on the task this might be null.Modifier and TypeMethodDescription@Nullable Iterator<TaskResource>
TaskResourceGroup.getActiveResourceIterator()
Return an iterator over all active resources in this group if there is more than just one active resourcew. -
Uses of TaskResource in org.apache.sling.installer.core.impl.tasks
Modifier and TypeMethodDescriptionstatic void
BundleUtil.clearBundleStart
(TaskResource rsrc) static boolean
BundleUtil.isBundleStart
(TaskResource rsrc) static void
BundleUtil.markBundleStart
(TaskResource rsrc) static void
AbstractBundleTask.setBundleLocation
(TaskResource resource, String location)