Class FileSystemList


  • public class FileSystemList
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fileSystems

        public final java.util.List<FileSystemInfo> fileSystems
    • Constructor Detail

      • FileSystemList

        public FileSystemList()
    • Method Detail

      • add

        public void add​(java.lang.String mountPoint,
                        java.lang.String fileSystemName,
                        java.lang.String deviceName,
                        boolean remote,
                        boolean caseSensitive,
                        boolean casePreserving)