net.rubygrapefruit.platform
Interface FileSystems

All Superinterfaces:
NativeIntegration
All Known Implementing Classes:
PosixFileSystems

public interface FileSystems
extends NativeIntegration

Provides access to the file systems of the current machine.


Method Summary
 java.util.List<FileSystem> getFileSystems()
          Returns the set of all file systems for the current machine.
 

Method Detail

getFileSystems

java.util.List<FileSystem> getFileSystems()
                                          throws NativeException
Returns the set of all file systems for the current machine.

Returns:
The set of file systems. Never returns null.
Throws:
NativeException - On failure.