Uses of Class
org.eclipse.jgit.util.SystemReader
-
Packages that use SystemReader Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.util Utility classes. -
-
Uses of SystemReader in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type SystemReader Modifier and Type Method Description B
BaseRepositoryBuilder. readEnvironment(SystemReader sr)
Read standard Git environment variables and configure from those. -
Uses of SystemReader in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return SystemReader Modifier and Type Method Description static SystemReader
SystemReader. getInstance()
Methods in org.eclipse.jgit.util with parameters of type SystemReader Modifier and Type Method Description static void
SystemReader. setInstance(SystemReader newReader)
-