|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.petertribble.solview.explorer.Mnttab
public class Mnttab
Constructor Summary | |
---|---|
Mnttab()
Parse the list of mounted filesystems. |
Method Summary | |
---|---|
java.lang.String |
getDevice(java.lang.String fs)
Returns the String representation of the device for the given filesystem. |
java.lang.String |
getDeviceID(java.lang.String fs)
Return the device id of the given filesystem. |
java.lang.String |
getFSforDevice(java.lang.String s)
Return the first filesystem with the given deviceid. |
java.util.List<java.lang.String> |
getFSforFstype(java.lang.String ftype)
Return a list of filesystems of the given fstype. |
java.util.List<java.lang.String> |
getFSforZone(java.lang.String myzone)
Return a list of filesystems in a given zone. |
java.lang.String |
getFsType(java.lang.String fs)
Returns the String representation of the filesystem type of the given filesystem. |
java.util.List<java.lang.String> |
getFstypeList()
Return a list of mounted fstypes. |
java.util.List<java.lang.String> |
getIDforFstype(java.lang.String ftype)
Return a list of device ids of the given fstype. |
boolean |
getIgnore(java.lang.String fs)
Return true or false depending on whether the filesystem has the ignore flag set. |
java.util.List |
getOptions(java.lang.String fs)
Returns a List of Strings which are the mount options for the given filesystem. |
java.util.List<java.lang.String> |
getZoneList()
Return a list of zones that have filesystems mounted. |
java.lang.String |
getZoneName(java.lang.String fs)
Return the zone the filesystem is mounted in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mnttab()
Method Detail |
---|
public java.lang.String getDevice(java.lang.String fs)
fs
- The filesystem of interest
public java.lang.String getFsType(java.lang.String fs)
fs
- The filesystem of interest
public java.util.List getOptions(java.lang.String fs)
fs
- The filesystem of interest
public java.lang.String getZoneName(java.lang.String fs)
fs
- The filesystem of interest
public java.lang.String getDeviceID(java.lang.String fs)
fs
- The filesystem of interest
public boolean getIgnore(java.lang.String fs)
fs
- The filesystem of interest
public java.lang.String getFSforDevice(java.lang.String s)
s
- A device id
public java.util.List<java.lang.String> getZoneList()
public java.util.List<java.lang.String> getFSforZone(java.lang.String myzone)
myzone
- The zone name to be queried
public java.util.List<java.lang.String> getFstypeList()
public java.util.List<java.lang.String> getFSforFstype(java.lang.String ftype)
ftype
- The requested filesystem type
public java.util.List<java.lang.String> getIDforFstype(java.lang.String ftype)
ftype
- The requested filesystem type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |