Nuxeo ECM Projects 5.6-RC1

org.nuxeo.connect.update.task.standalone.commands
Class ReloadPropertiesPlaceholder

java.lang.Object
  extended by org.nuxeo.connect.update.task.standalone.commands.AbstractCommand
      extended by org.nuxeo.connect.update.task.standalone.commands.PostInstallCommand
          extended by 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

Field Summary
static String ID
           
 
Fields inherited from class org.nuxeo.connect.update.task.standalone.commands.AbstractCommand
FILES_TO_DELETE_ONLY_ON_EXIT
 
Constructor Summary
ReloadPropertiesPlaceholder()
           
 
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)
           
 
Methods inherited from class org.nuxeo.connect.update.task.standalone.commands.PostInstallCommand
isPostInstall
 
Methods inherited from class org.nuxeo.connect.update.task.standalone.commands.AbstractCommand
getId, ignore, initialize, 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

ReloadPropertiesPlaceholder

public ReloadPropertiesPlaceholder()
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(org.nuxeo.connect.update.xml.XmlWriter writer)

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.