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 time since epoch, with up to millisecond resolution.
|
Modifier and Type | Method and Description |
---|---|
static void |
SystemReader.setInstance(SystemReader newReader)
Set the new instance to use when accessing properties.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.