Uses of Class
org.eclipse.jgit.lib.ConfigLine
-
Packages that use ConfigLine Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of ConfigLine in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type ConfigLine Modifier and Type Field Description (package private) java.util.List<ConfigLine>
ConfigSnapshot. entryList
(package private) java.util.List<ConfigLine>
ConfigSnapshot. sorted
Methods in org.eclipse.jgit.lib that return ConfigLine Modifier and Type Method Description (package private) ConfigLine
ConfigLine. forValue(java.lang.String newValue)
Methods in org.eclipse.jgit.lib that return types with arguments of type ConfigLine Modifier and Type Method Description private static java.util.List<ConfigLine>
Config. copy(ConfigSnapshot src, java.util.List<java.lang.String> values)
private java.util.List<ConfigLine>
Config. fromTextRecurse(java.lang.String text, int depth, java.lang.String includedFrom)
private static java.util.List<ConfigLine>
ConfigSnapshot. sort(java.util.List<ConfigLine> in)
private java.util.List<ConfigLine>
ConfigSnapshot. sorted()
Methods in org.eclipse.jgit.lib with parameters of type ConfigLine Modifier and Type Method Description private void
Config. addIncludedConfig(java.util.List<ConfigLine> newEntries, ConfigLine line, int depth)
int
ConfigSnapshot.LineComparator. compare(ConfigLine a, ConfigLine b)
Method parameters in org.eclipse.jgit.lib with type arguments of type ConfigLine Modifier and Type Method Description private void
Config. addIncludedConfig(java.util.List<ConfigLine> newEntries, ConfigLine line, int depth)
private int
ConfigSnapshot. end(java.util.List<ConfigLine> s, int i, java.lang.String s1, java.lang.String s2, java.lang.String n)
private int
ConfigSnapshot. find(java.util.List<ConfigLine> s, java.lang.String s1, java.lang.String s2, java.lang.String name)
private static int
Config. findSectionEnd(java.util.List<ConfigLine> entries, java.lang.String section, java.lang.String subsection, boolean skipIncludedLines)
private int
ConfigSnapshot. first(java.util.List<ConfigLine> s, int i, java.lang.String s1, java.lang.String s2, java.lang.String n)
private ConfigSnapshot
Config. newState(java.util.List<ConfigLine> entries)
private static java.util.List<ConfigLine>
ConfigSnapshot. sort(java.util.List<ConfigLine> in)
Constructor parameters in org.eclipse.jgit.lib with type arguments of type ConfigLine Constructor Description ConfigSnapshot(java.util.List<ConfigLine> entries, ConfigSnapshot base)
-