| Package | Description |
|---|---|
| org.rhq.core.system |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.