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

Packages that use TaskResourceGroup
org.apache.sling.installer.api.tasks   
 

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

Methods in org.apache.sling.installer.api.tasks that return TaskResourceGroup
 TaskResourceGroup InstallTask.getResourceGroup()
          Return the corresponding resource - depending on the task this might be null.
 

Methods in org.apache.sling.installer.api.tasks with parameters of type TaskResourceGroup
 InstallTask InstallTaskFactory.createTask(TaskResourceGroup toActivate)
          Creates an InstallTask for the resource or null if the factory does not support the resource.
 

Constructors in org.apache.sling.installer.api.tasks with parameters of type TaskResourceGroup
InstallTask(TaskResourceGroup erl)
          Constructor for the task
 



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