Uses of Interface
org.apache.sling.installer.api.tasks.TaskResource
Packages that use TaskResource
-
Uses of TaskResource in org.apache.sling.installer.api.tasks
Methods in org.apache.sling.installer.api.tasks that return TaskResourceModifier 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.Methods in org.apache.sling.installer.api.tasks that return types with arguments of type TaskResourceModifier 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.