Uses of Class
org.eclipse.jgit.lib.ConfigSnapshot
Packages that use ConfigSnapshot
-
Uses of ConfigSnapshot in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as ConfigSnapshotFields in org.eclipse.jgit.lib with type parameters of type ConfigSnapshotModifier and TypeFieldDescriptionprivate final AtomicReference<ConfigSnapshot>Config.stateImmutable current state of the configuration data.Methods in org.eclipse.jgit.lib that return ConfigSnapshotModifier and TypeMethodDescriptionprivate ConfigSnapshotConfig.getBaseState()private ConfigSnapshotConfig.getState()private ConfigSnapshotConfig.newState()private ConfigSnapshotConfig.newState(List<ConfigLine> entries) private ConfigSnapshotConfig.replaceStringList(ConfigSnapshot srcState, String section, String subsection, String name, List<String> values) private ConfigSnapshotConfig.unsetSection(ConfigSnapshot srcState, String section, String subsection) Methods in org.eclipse.jgit.lib with parameters of type ConfigSnapshotModifier and TypeMethodDescriptionprivate static List<ConfigLine>Config.copy(ConfigSnapshot src, List<String> values) private ConfigSnapshotConfig.replaceStringList(ConfigSnapshot srcState, String section, String subsection, String name, List<String> values) private ConfigSnapshotConfig.unsetSection(ConfigSnapshot srcState, String section, String subsection) Constructors in org.eclipse.jgit.lib with parameters of type ConfigSnapshotModifierConstructorDescription(package private)ConfigSnapshot(List<ConfigLine> entries, ConfigSnapshot base) (package private)