public interface FileSystems extends NativeIntegration
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileSystem> |
getFileSystems()
Returns the set of all file systems for the current machine.
|
java.util.List<FileSystem> getFileSystems() throws NativeException
NativeException - On failure.