Uses of Class
org.eclipse.jgit.util.SystemReader
Packages that use SystemReader
Package
Description
Core API for repository, config, refs, object database.
Utility classes.
-
Uses of SystemReader in org.eclipse.jgit.junit
Subclasses of SystemReader in org.eclipse.jgit.junit -
Uses of SystemReader in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SystemReaderMethods in org.eclipse.jgit.lib with parameters of type SystemReaderModifier and TypeMethodDescriptionBaseRepositoryBuilder.readEnvironment
(SystemReader sr) Read standard Git environment variables and configure from those. -
Uses of SystemReader in org.eclipse.jgit.util
Subclasses of SystemReader in org.eclipse.jgit.utilFields in org.eclipse.jgit.util declared as SystemReaderModifier and TypeFieldDescriptionprivate static final SystemReader
SystemReader.DEFAULT
private static SystemReader
SystemReader.INSTANCE
Methods in org.eclipse.jgit.util that return SystemReaderModifier and TypeMethodDescriptionstatic SystemReader
SystemReader.getInstance()
Get the current SystemReader instanceMethods in org.eclipse.jgit.util with parameters of type SystemReaderModifier and TypeMethodDescriptionstatic void
SystemReader.setInstance
(SystemReader newReader) Set a new SystemReader instance to use when accessing properties.