|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSystemInfo | |
---|---|
org.rhq.core.system |
Uses of FileSystemInfo in org.rhq.core.system |
---|
Methods in org.rhq.core.system that return FileSystemInfo | |
---|---|
FileSystemInfo |
JavaSystemInfo.getFileSystem(String directory)
Throws UnsupportedOperationException since the Java API cannot obtain information about file systems. |
FileSystemInfo |
NativeSystemInfo.getFileSystem(String path)
|
FileSystemInfo |
SystemInfo.getFileSystem(String path)
Returns information on the mounted file system that hosts the given file or directory. |
Methods in org.rhq.core.system that return types with arguments of type FileSystemInfo | |
---|---|
List<FileSystemInfo> |
JavaSystemInfo.getFileSystems()
Throws UnsupportedOperationException since the Java API cannot obtain information about file systems. |
List<FileSystemInfo> |
NativeSystemInfo.getFileSystems()
|
List<FileSystemInfo> |
SystemInfo.getFileSystems()
Returns information on all mounted file systems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |