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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jgit.util.SystemReader has subclasses.
Click this link to see all its subclasses.

Constructor

Method

Stringgetenv(String variable)
Get value of the system variable
StringgetHostname()
Gets the hostname of the local host.
SystemReadergetInstance()
Get the current SystemReader instance
StringgetProperty(String key)
Get value of the system property
intgetTimezone(long when)
Get the local time zone
FileBasedConfigopenSystemConfig(Config parent, FS fs)
Open the gitconfig configuration found in the system-wide "etc" directory.
FileBasedConfigopenUserConfig(Config parent, FS fs)
Open the git configuration found in the user home.
voidsetInstance(SystemReader newReader)
Set a new SystemReader instance to use when accessing properties.