Package net.rubygrapefruit.platform
Interface FileSystems
- All Superinterfaces:
NativeIntegration
- All Known Implementing Classes:
PosixFileSystems
Provides access to the file systems of the current machine.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set of all file systems for the current machine.
-
Method Details
-
getFileSystems
Returns the set of all file systems for the current machine.- Returns:
- The set of file systems. Never returns null.
- Throws:
NativeException
- On failure.
-