Class PosixFileSystems
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.PosixFileSystems
-
- All Implemented Interfaces:
FileSystems
,NativeIntegration
public class PosixFileSystems extends Object implements FileSystems
-
-
Constructor Summary
Constructors Constructor Description PosixFileSystems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FileSystemInfo>
getFileSystems()
Returns the set of all file systems for the current machine.
-
-
-
Method Detail
-
getFileSystems
public List<FileSystemInfo> 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.
-
-