| Package | Description | 
|---|---|
| org.eclipse.jgit.junit | |
| org.eclipse.jgit.lib | 
 Core API for repository, config, refs, object database. 
 | 
| org.eclipse.jgit.util | 
 Utility classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MockSystemReader
Mock  
SystemReader for tests. | 
| Modifier and Type | Method and Description | 
|---|---|
B | 
BaseRepositoryBuilder.readEnvironment(SystemReader sr)
Read standard Git environment variables and configure from those. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SystemReader | 
SystemReader.getInstance()
Get the current SystemReader instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
SystemReader.setInstance(SystemReader newReader)
Set a new SystemReader instance to use when accessing properties. 
 | 
Copyright © 2019 Eclipse JGit Project. All rights reserved.