Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.connect.update.impl.task.commands
Class Delete

java.lang.Object
  extended by org.nuxeo.connect.update.impl.task.AbstractCommand
      extended by org.nuxeo.connect.update.impl.task.commands.Delete
All Implemented Interfaces:
Command

public class Delete
extends AbstractCommand

The delete command. This command takes 2 arguments: the file path to delete and an optional md5. Of md5 is set then the command fails id the target file has not the same md5.

The inverse of the delete command is a copy command.

Author:
Bogdan Stefanescu

Field Summary
static String ID
           
 
Constructor Summary
Delete()
           
Delete(File file, String md5)
           
Delete(File file, String md5, boolean onExit)
           
 
Method Summary
 void readFrom(Element element)
          Must be implemented to initialize the command arguments from an XML fragment.
 void writeTo(XmlWriter writer)
          Write the command as XML using the given XmlWriter.
 
Methods inherited from class org.nuxeo.connect.update.impl.task.AbstractCommand
getId, ignore, initialize, isPostInstall, run, setFail, setIgnore, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

Delete

public Delete()

Delete

public Delete(File file,
              String md5)

Delete

public Delete(File file,
              String md5,
              boolean onExit)
Method Detail

readFrom

public void readFrom(Element element)
              throws org.nuxeo.connect.update.PackageException
Description copied from class: AbstractCommand
Must be implemented to initialize the command arguments from an XML fragment.

Specified by:
readFrom in class AbstractCommand
Throws:
org.nuxeo.connect.update.PackageException

writeTo

public void writeTo(XmlWriter writer)
Description copied from interface: Command
Write the command as XML using the given XmlWriter. This method will be called by the task to create an uninstall.xml file.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.