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.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 SystemReaderSystemReader.DEFAULTprivate static SystemReaderSystemReader.INSTANCEMethods in org.eclipse.jgit.util that return SystemReaderModifier and TypeMethodDescriptionstatic SystemReaderSystemReader.getInstance()Get the current SystemReader instanceMethods in org.eclipse.jgit.util with parameters of type SystemReaderModifier and TypeMethodDescriptionstatic voidSystemReader.setInstance(SystemReader newReader) Set a new SystemReader instance to use when accessing properties.