net.rubygrapefruit.platform.internal
Class PosixFileSystems

java.lang.Object
  extended by net.rubygrapefruit.platform.internal.PosixFileSystems
All Implemented Interfaces:
FileSystems, NativeIntegration

public class PosixFileSystems
extends java.lang.Object
implements FileSystems


Constructor Summary
PosixFileSystems()
           
 
Method Summary
 java.util.List<FileSystem> getFileSystems()
          Returns the set of all file systems for the current machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosixFileSystems

public PosixFileSystems()
Method Detail

getFileSystems

public java.util.List<FileSystem> getFileSystems()
Description copied from interface: FileSystems
Returns the set of all file systems for the current machine.

Specified by:
getFileSystems in interface FileSystems
Returns:
The set of file systems. Never returns null.