org.nuxeo.connect.update.task.standalone.commands
Class ReloadPropertiesPlaceholder
java.lang.Object
org.nuxeo.connect.update.task.standalone.commands.AbstractCommand
org.nuxeo.connect.update.task.standalone.commands.PostInstallCommand
org.nuxeo.connect.update.task.standalone.commands.ReloadPropertiesPlaceholder
- All Implemented Interfaces:
- org.nuxeo.connect.update.task.Command
- Direct Known Subclasses:
- ReloadProperties
public class ReloadPropertiesPlaceholder
- extends PostInstallCommand
Flush all nuxeo caches.
- Author:
- Bogdan Stefanescu
Method Summary |
void |
readFrom(Element element)
Must be implemented to initialize the command arguments from an XML
fragment. |
void |
writeTo(org.nuxeo.connect.update.xml.XmlWriter writer)
|
ID
public static final String ID
- See Also:
- Constant Field Values
ReloadPropertiesPlaceholder
public ReloadPropertiesPlaceholder()
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(org.nuxeo.connect.update.xml.XmlWriter writer)
Copyright © 2012 Nuxeo SA. All Rights Reserved.