public class UnAppend extends AbstractCommand
| Constructor and Description |
|---|
UnAppend() |
UnAppend(File contentToRemove,
File fromFile) |
| Modifier and Type | Method and Description |
|---|---|
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. |
getId, ignore, initialize, isPostInstall, run, setFail, setIgnore, validatepublic static final String ID
public void writeTo(XmlWriter writer)
CommandXmlWriter. This method
will be called by the task to create an uninstall.xml file.public void readFrom(Element element) throws org.nuxeo.connect.update.PackageException
AbstractCommandreadFrom in class AbstractCommandorg.nuxeo.connect.update.PackageExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.