Uses of Interface
org.apache.sling.installer.api.tasks.TaskResource

Packages that use TaskResource
org.apache.sling.installer.api.tasks   
org.apache.sling.installer.core.impl   
 

Uses of TaskResource in org.apache.sling.installer.api.tasks
 

Methods in org.apache.sling.installer.api.tasks that return TaskResource
 TaskResource TaskResourceGroup.getActiveResource()
          Return the first resource if it either needs to be installed or uninstalled.
 TaskResource InstallTask.getResource()
          Return the corresponding resource - depending on the task this might be null.
 

Uses of TaskResource in org.apache.sling.installer.core.impl
 

Classes in org.apache.sling.installer.core.impl that implement TaskResource
 class RegisteredResourceImpl
          Implementation of the registered resource
 

Methods in org.apache.sling.installer.core.impl that return TaskResource
 TaskResource RegisteredResourceImpl.clone(TransformationResult transformationResult)
          Create a new resource with updated information
 TaskResource EntityResourceList.getActiveResource()
          Return the first resource if it either needs to be installed or uninstalled.
 

Methods in org.apache.sling.installer.core.impl that return types with arguments of type TaskResource
 Collection<TaskResource> EntityResourceList.getResources()
           
 

Methods in org.apache.sling.installer.core.impl with parameters of type TaskResource
 void EntityResourceList.addOrUpdate(TaskResource r)
           
static int RegisteredResourceImpl.compare(TaskResource a, TaskResource b)
          Compare resources.
 void EntityResourceList.remove(TaskResource r)
           
 void PersistentResourceList.remove(TaskResource r)
          Remove a resource.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.