Class FS.FSFactory

  • Enclosing class:
    FS

    public static class FS.FSFactory
    extends java.lang.Object
    This class creates FS instances. It will be overridden by a Java7 variant if such can be detected in detect(Boolean).
    Since:
    3.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FSFactory()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FS detect​(java.lang.Boolean cygwinUsed)
      Detect the file system
      • Methods inherited from class java.lang.Object

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

      • FSFactory

        protected FSFactory()
        Constructor
    • Method Detail

      • detect

        public FS detect​(java.lang.Boolean cygwinUsed)
        Detect the file system
        Parameters:
        cygwinUsed -
        Returns:
        FS instance