Uses of Class
org.eclipse.jgit.util.QuotedString
Packages that use QuotedString
-
Uses of QuotedString in org.eclipse.jgit.util
Subclasses of QuotedString in org.eclipse.jgit.utilModifier and TypeClassDescriptionstatic class
Quoting style used by the Bourne shell.static class
Bourne style, but permits~user
at the start of the string.static final class
Quoting style that obeys the rules Git applies to file namesFields in org.eclipse.jgit.util declared as QuotedStringModifier and TypeFieldDescriptionstatic final QuotedString
QuotedString.GIT_PATH_MINIMAL
Quoting style that obeys the rules Git applies to file names whencore.quotePath = false
.