info.magnolia.module.delta
Class CreateNodePathTask

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.delta.AbstractRepositoryTask
          extended by info.magnolia.module.delta.CreateNodePathTask
All Implemented Interfaces:
Task

public class CreateNodePathTask
extends AbstractRepositoryTask

A Task to create a full path, i.e the parent doesn't need to exist.

Version:
$Id: CreateNodePathTask.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
vsteller

Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
log
 
Constructor Summary
CreateNodePathTask(String name, String description, String workspace, String path)
           
CreateNodePathTask(String name, String description, String workspace, String path, ItemType type)
           
 
Method Summary
protected  void doExecute(InstallContext installContext)
           
 
Methods inherited from class info.magnolia.module.delta.AbstractRepositoryTask
execute
 
Methods inherited from class info.magnolia.module.delta.AbstractTask
getDescription, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateNodePathTask

public CreateNodePathTask(String name,
                          String description,
                          String workspace,
                          String path)

CreateNodePathTask

public CreateNodePathTask(String name,
                          String description,
                          String workspace,
                          String path,
                          ItemType type)
Method Detail

doExecute

protected void doExecute(InstallContext installContext)
                  throws TaskExecutionException,
                         javax.jcr.RepositoryException
Specified by:
doExecute in class AbstractRepositoryTask
Throws:
TaskExecutionException
javax.jcr.RepositoryException


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.