public class FileServer extends FileServerType
mMountPoint, mProfiles, mProtocol, mURLPrefix
Constructor and Description |
---|
FileServer()
The default constructor.
|
FileServer(String protocol,
String urlPrefix,
String mountPoint)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object.
|
addProfile, clone, getMountPoint, getProtocol, getURLPrefix, setMountPoint, setProfiles, setProtocol, setURLPrefix
toString, toXML, writeAttribute
public void toXML(Writer writer, String indent) throws IOException
toXML
in class AbstractSiteData
writer
- is a Writer opened and ready for writing. This can also
be a StringWriter for efficient output.indent
- the indent to be used.IOException
- if something fishy happens to the stream.Copyright © 2011 The University of Southern California. All Rights Reserved.