public abstract class FileSystemType extends AbstractSiteData
The various attributes that can be associated with the the server are displayed in the following table.
Attribute Name | Attribute Description |
---|---|
mount-point | the mount point for the filesystem |
Modifier and Type | Field and Description |
---|---|
protected String |
mFreeSize
The free space on the file system.
|
protected String |
mMountPoint
The mount point for the file system.
|
protected String |
mTotalSize
The total size of file system.
|
Constructor and Description |
---|
FileSystemType()
The default constructor.
|
FileSystemType(String mountPoint,
String totalSize,
String freeSize)
The overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns the clone of the object.
|
String |
getFreeSize()
Sets the free directory size
|
String |
getMountPoint()
Returns the mount point for the file system type.
|
String |
getTotalSize()
Returns the total directory size.
|
void |
setFreeSize(String size)
Sets the free directory size
|
void |
setMountPoint(String point)
Sets the mount point for the file system type.
|
void |
setTotalSize(String size)
Sets the directory size
|
toString, toXML, toXML, writeAttribute
protected String mMountPoint
protected String mTotalSize
protected String mFreeSize
public void setMountPoint(String point)
point
- the mount point.public String getMountPoint()
public void setTotalSize(String size)
size
- the directory size.public String getTotalSize()
public void setFreeSize(String size)
size
- the directory size.public String getFreeSize()
public Object clone()
clone
in class AbstractSiteData
Copyright © 2011 The University of Southern California. All Rights Reserved.