edu.isi.pegasus.planner.catalog.site.classes
Class SharedDirectory
java.lang.Object
edu.isi.pegasus.planner.catalog.site.classes.SiteData
edu.isi.pegasus.planner.catalog.site.classes.AbstractSiteData
edu.isi.pegasus.planner.catalog.site.classes.DirectoryType
edu.isi.pegasus.planner.catalog.site.classes.SharedDirectory
- All Implemented Interfaces:
- Cloneable
public class SharedDirectory
- extends DirectoryType
This data class represents a shared directory on a site.
Can be local scratch or local storage.
- Version:
- $Revision: 600 $
- Author:
- Karan Vahi
|
Method Summary |
void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object. |
SharedDirectory
public SharedDirectory()
- The default constructor.
SharedDirectory
public SharedDirectory(List<FileServer> fs,
InternalMountPoint imt)
- The overloaded constructor
- Parameters:
fs - list of file serversimt - the internal mount point.
toXML
public void toXML(Writer writer,
String indent)
throws 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:
IOException - if something fishy happens to the stream.
Copyright © 2011 The University of Southern California. All Rights Reserved.