Class WorkerSharedDirectory

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class WorkerSharedDirectory
    extends DirectoryLayout
    This data class describes the directory shared only amongst worker nodes .
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Constructor Detail

      • WorkerSharedDirectory

        public WorkerSharedDirectory()
        The default constructor.
    • Method Detail

      • toXML

        public void toXML​(java.io.Writer writer,
                          java.lang.String indent)
                   throws java.io.IOException
        Writes out the xml description of the object.
        Specified by:
        toXML in class AbstractSiteData
        Parameters:
        writer - is a Writer opened and ready for writing. This can also be a StringWriter for efficient output.
        indent - the indent to be used.
        Throws:
        java.io.IOException - if something fishy happens to the stream.