Package org.eclipse.jgit.util
Class FS.FSFactory
java.lang.Object
org.eclipse.jgit.util.FS.FSFactory
- Enclosing class:
- FS
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 -
Method Summary
-
Constructor Details
-
FSFactory
protected FSFactory()Constructor
-
-
Method Details
-
detect
Detect the file system- Parameters:
cygwinUsed
-- Returns:
- FS instance
-