public class FileSystemInfo extends Object
| Constructor and Description |
|---|
FileSystemInfo(String mountPoint) |
| Modifier and Type | Method and Description |
|---|---|
org.hyperic.sigar.FileSystem |
getFileSystem()
Provides with static information about the file system.
|
org.hyperic.sigar.FileSystemUsage |
getFileSystemUsage()
This returns the usage information on the file system.
|
String |
getMountPoint() |
void |
refresh() |
String |
toString() |
public FileSystemInfo(String mountPoint)
public void refresh()
public String getMountPoint()
public org.hyperic.sigar.FileSystem getFileSystem()
public org.hyperic.sigar.FileSystemUsage getFileSystemUsage()
null if the file system is
not available (e.g when a "device not ready" error for CD-ROM drives occurs) or not accessible due to lack of
permission.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.