Package | Description |
---|---|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
QuotedString.BourneStyle
Quoting style used by the Bourne shell.
|
static class |
QuotedString.BourneUserPathStyle
Bourne style, but permits
~user at the start of the string. |
static class |
QuotedString.GitPathStyle
Quoting style that obeys the rules Git applies to file names
|
Modifier and Type | Field and Description |
---|---|
static QuotedString |
QuotedString.GIT_PATH_MINIMAL
Quoting style that obeys the rules Git applies to file names when
core.quotePath = false . |
Copyright © 2020 Eclipse JGit Project. All rights reserved.