Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Method and Description |
---|---|
static CoreConfig.EOL |
CoreConfig.EOL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreConfig.EOL[] |
CoreConfig.EOL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CoreConfig.EOL |
WorkingTreeOptions.getEOL()
Get how text line endings should be normalized.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.