Uses of Class
org.eclipse.jgit.util.SystemReader
-
Packages that use SystemReader Package Description org.eclipse.jgit.junit 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.junit
Subclasses of SystemReader in org.eclipse.jgit.junit Modifier and Type Class Description classMockSystemReaderMockSystemReaderfor tests. -
Uses of SystemReader in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SystemReader Modifier and Type Method Description private static SystemReaderUserConfig. system()Methods in org.eclipse.jgit.lib with parameters of type SystemReader Modifier and Type Method Description BBaseRepositoryBuilder. 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.util Modifier and Type Class Description private static classSystemReader.DefaultFields in org.eclipse.jgit.util declared as SystemReader Modifier and Type Field Description private static SystemReaderSystemReader. DEFAULTprivate static SystemReaderSystemReader. INSTANCEMethods in org.eclipse.jgit.util that return SystemReader Modifier and Type Method Description static SystemReaderSystemReader. getInstance()Get the current SystemReader instanceMethods in org.eclipse.jgit.util with parameters of type SystemReader Modifier and Type Method Description static voidSystemReader. setInstance(SystemReader newReader)Set a new SystemReader instance to use when accessing properties.
-