edu.isi.pegasus.planner.catalog.site.classes
Class FileServer
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.FileServerType
edu.isi.pegasus.planner.catalog.site.classes.FileServer
- All Implemented Interfaces:
- Cloneable
public class FileServer
- extends FileServerType
This class describes a file server that can be used to stage data
to and from a site.
- Author:
- Karan Vahi
|
Method Summary |
void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object. |
FileServer
public FileServer()
- The default constructor.
FileServer
public FileServer(String protocol,
String urlPrefix,
String mountPoint)
- Overloaded constructor.
- Parameters:
protocol - protocol employed by the File Server.urlPrefix - the url prefixmountPoint - the mount point for the server.
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.