Class FileSystemList
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.FileSystemList
-
public class FileSystemList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<FileSystemInfo>
fileSystems
-
Constructor Summary
Constructors Constructor Description FileSystemList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.String mountPoint, java.lang.String fileSystemName, java.lang.String deviceName, boolean remote, boolean caseSensitive, boolean casePreserving)
-
-
-
Field Detail
-
fileSystems
public final java.util.List<FileSystemInfo> fileSystems
-
-