Package org.eclipse.jgit.lib
Class ConfigSnapshot
java.lang.Object
org.eclipse.jgit.lib.ConfigSnapshot
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConfigSnapshot
(package private) final List
<ConfigLine> (package private) ConfigSnapshot.SectionNames
(package private) List
<ConfigLine> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
compare2
(String aSection, String aSubsection, String aName, String bSection, String bSubsection, String bName) private int
private int
private int
(package private) String[]
getNamesInternal
(String section, String subsection, boolean recursive) getSubsections
(String section) private ConfigSnapshot.SectionNames
names()
private static List
<ConfigLine> sort
(List<ConfigLine> in) private List
<ConfigLine> sorted()
-
Field Details
-
entryList
-
cache
-
baseState
-
sorted
-
names
-
-
Constructor Details
-
ConfigSnapshot
ConfigSnapshot(List<ConfigLine> entries, ConfigSnapshot base)
-
-
Method Details
-
getSections
-
getSubsections
-
getNames
-
getNames
-
getNamesInternal
-
get
-
find
-
first
-
end
-
sorted
-
sort
-
compare2
-
names
-