Uses of Class
org.eclipse.jgit.lib.ConfigLine
Packages that use ConfigLine
-
Uses of ConfigLine in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type ConfigLineModifier and TypeFieldDescription(package private) final List<ConfigLine>ConfigSnapshot.entryList(package private) List<ConfigLine>ConfigSnapshot.sortedMethods in org.eclipse.jgit.lib that return ConfigLineMethods in org.eclipse.jgit.lib that return types with arguments of type ConfigLineModifier and TypeMethodDescriptionprivate static List<ConfigLine>Config.copy(ConfigSnapshot src, List<String> values) private List<ConfigLine>Config.fromTextRecurse(String text, int depth, String includedFrom) private static List<ConfigLine>ConfigSnapshot.sort(List<ConfigLine> in) private List<ConfigLine>ConfigSnapshot.sorted()Methods in org.eclipse.jgit.lib with parameters of type ConfigLineModifier and TypeMethodDescriptionprivate voidConfig.addIncludedConfig(List<ConfigLine> newEntries, ConfigLine line, int depth) intConfigSnapshot.LineComparator.compare(ConfigLine a, ConfigLine b) Method parameters in org.eclipse.jgit.lib with type arguments of type ConfigLineModifier and TypeMethodDescriptionprivate voidConfig.addIncludedConfig(List<ConfigLine> newEntries, ConfigLine line, int depth) private intprivate intprivate static intConfig.findSectionEnd(List<ConfigLine> entries, String section, String subsection, boolean skipIncludedLines) private intprivate ConfigSnapshotConfig.newState(List<ConfigLine> entries) private static List<ConfigLine>ConfigSnapshot.sort(List<ConfigLine> in) Constructor parameters in org.eclipse.jgit.lib with type arguments of type ConfigLineModifierConstructorDescription(package private)ConfigSnapshot(List<ConfigLine> entries, ConfigSnapshot base)