org.apache.sling.installer.api.tasks
Interface InstallTaskFactory


public interface InstallTaskFactory

The install task factory creates a task for a given resource. An install task factory is a plugin service that checks a resource if it is installable by this plugin and creates an appropriate task.


Method Summary
 InstallTask createTask(TaskResourceGroup toActivate)
          Creates an InstallTask for the resource or null if the factory does not support the resource.
 

Method Detail

createTask

InstallTask createTask(TaskResourceGroup toActivate)
Creates an InstallTask for the resource or null if the factory does not support the resource.



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