Java org.eclipse.jgit.util FS fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util FS fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util FS.

The text is from its open source code.

Field

FSDETECTED
The auto-detected implementation selected for this operating system and JRE.
HolderuserHome

Method

FSdetect()
Auto-detect the appropriate file system abstraction.
booleanexists(File path)
Tests if the path exists, in case of a symbolic link, true even if the target does not exist
Fileresolve(File dir, String name)
Resolve this file to its actual path name that the JRE can use.
FSsetUserHome(File path)
Set the user's home directory location.