Class PosixFileSystems
java.lang.Object
net.rubygrapefruit.platform.internal.PosixFileSystems
- All Implemented Interfaces:
FileSystems
,NativeIntegration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of all file systems for the current machine.
-
Constructor Details
-
PosixFileSystems
public PosixFileSystems()
-
-
Method Details
-
getFileSystems
Description copied from interface:FileSystems
Returns the set of all file systems for the current machine.- Specified by:
getFileSystems
in interfaceFileSystems
- Returns:
- The set of file systems. Never returns null.
-