info.magnolia.module.delta
Class RemovePropertyTask

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

public class RemovePropertyTask
extends RemovePropertiesTask

Removes a property and optionally logs its absence.


Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
DO_NOTHING
 
Constructor Summary
RemovePropertyTask(String name, String parentPath, String propertyToRemove)
           
RemovePropertyTask(String name, String description, String workspaceName, String parentPath, String propertyToRemove)
           
 
Method Summary
 
Methods inherited from class info.magnolia.module.delta.RemovePropertiesTask
doExecute
 
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

RemovePropertyTask

public RemovePropertyTask(String name,
                          String parentPath,
                          String propertyToRemove)

RemovePropertyTask

public RemovePropertyTask(String name,
                          String description,
                          String workspaceName,
                          String parentPath,
                          String propertyToRemove)


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