edu.isi.pegasus.planner.catalog.site.classes
public class InternalMountPoint extends FileSystemType
mFreeSize, mMountPoint, mTotalSize| Constructor and Description |
|---|
InternalMountPoint()
The default constructor.
|
InternalMountPoint(String mountPoint)
The overloaded constructor.
|
InternalMountPoint(String mountPoint,
String totalSize,
String freeSize)
The overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SiteDataVisitor visitor)
Accept method for the SiteData classes that accepts a visitor
|
boolean |
isEmpty()
A convenience method that returns true if all the attributes values are
uninitialized or empty strings.
|
void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object.
|
clone, getFreeSize, getMountPoint, getTotalSize, setFreeSize, setMountPoint, setTotalSizetoString, toXML, writeAttributepublic InternalMountPoint()
public InternalMountPoint(String mountPoint)
mountPoint - the mount point of the system.public boolean isEmpty()
public void toXML(Writer writer, String indent) throws IOException
toXML in class AbstractSiteDatawriter - is a Writer opened and ready for writing. This can also
be a StringWriter for efficient output.indent - the indent to use.IOException - if something fishy happens to the stream.public void accept(SiteDataVisitor visitor)
AbstractSiteDataaccept in class AbstractSiteDatavisitor - the visitor to be used