public class LocalDirectory extends DirectoryType
mFileServers, mInternalMount
Constructor and Description |
---|
LocalDirectory()
The default constructor.
|
LocalDirectory(List<FileServer> fs,
InternalMountPoint imt)
The overloaded constructor
|
Modifier and Type | Method and Description |
---|---|
void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object.
|
addFileServer, clone, getFileServersIterator, getInternalMountPoint, initialize, initialize, isEmpty, selectFileServer, setFileServers, setInternalMountPoint
toString, toXML, writeAttribute
public LocalDirectory()
public LocalDirectory(List<FileServer> fs, InternalMountPoint imt)
fs
- list of file serversimt
- the internal mount point.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.