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.state
Immutable current state of the configuration data.Methods in org.eclipse.jgit.lib that return ConfigSnapshotModifier and TypeMethodDescriptionprivate ConfigSnapshot
Config.getBaseState()
private ConfigSnapshot
Config.getState()
private ConfigSnapshot
Config.newState()
private ConfigSnapshot
Config.newState
(List<ConfigLine> entries) private ConfigSnapshot
Config.replaceStringList
(ConfigSnapshot srcState, String section, String subsection, String name, List<String> values) private ConfigSnapshot
Config.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 ConfigSnapshot
Config.replaceStringList
(ConfigSnapshot srcState, String section, String subsection, String name, List<String> values) private ConfigSnapshot
Config.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)