Uses of Class
org.eclipse.jgit.util.QuotedString
-
Packages that use QuotedString Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of QuotedString in org.eclipse.jgit.util
Subclasses of QuotedString in org.eclipse.jgit.util Modifier and Type Class Description static classQuotedString.BourneStyleQuoting style used by the Bourne shell.static classQuotedString.BourneUserPathStyleBourne style, but permits~userat the start of the string.static classQuotedString.GitPathStyleQuoting style that obeys the rules Git applies to file namesFields in org.eclipse.jgit.util declared as QuotedString Modifier and Type Field Description static QuotedStringQuotedString. GIT_PATH_MINIMALQuoting style that obeys the rules Git applies to file names whencore.quotePath = false.
-