Package com.google.gerrit.server.config
Class VersionedDefaultPreferences
java.lang.Object
com.google.gerrit.server.git.meta.VersionedMetaData
com.google.gerrit.server.config.VersionedDefaultPreferences
Low-level storage API to load Gerrit's default config from
All-Users
. Should not be used
directly.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.server.git.meta.VersionedMetaData
VersionedMetaData.BatchMetaDataUpdate, VersionedMetaData.PathInfo
-
Field Summary
Fields inherited from class com.google.gerrit.server.git.meta.VersionedMetaData
inserter, newTree, projectName, reader, revision, rw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jgit.lib.Config
get
(org.eclipse.jgit.lib.Repository allUsersRepo, AllUsersName allUsersName) org.eclipse.jgit.lib.Config
protected String
Returns name of the reference storing this configuration.protected void
onLoad()
Set up the metadata, parsing any state from the loaded revision.protected boolean
onSave
(org.eclipse.jgit.lib.CommitBuilder commit) Save any changes to the metadata in a commit.Methods inherited from class com.google.gerrit.server.git.meta.VersionedMetaData
commit, commit, commitToNewRef, getObjectId, getPathInfos, getRevision, load, load, load, load, load, openUpdate, openUpdate, readConfig, readConfig, readFile, readTree, readUTF8, saveConfig, saveFile, saveUTF8, set, set, set
-
Constructor Details
-
VersionedDefaultPreferences
public VersionedDefaultPreferences()
-
-
Method Details
-
get
public static org.eclipse.jgit.lib.Config get(org.eclipse.jgit.lib.Repository allUsersRepo, AllUsersName allUsersName) throws com.google.gerrit.exceptions.StorageException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
com.google.gerrit.exceptions.StorageException
org.eclipse.jgit.errors.ConfigInvalidException
-
getRefName
Description copied from class:VersionedMetaData
Returns name of the reference storing this configuration.- Specified by:
getRefName
in classVersionedMetaData
-
getConfig
public org.eclipse.jgit.lib.Config getConfig() -
onLoad
Description copied from class:VersionedMetaData
Set up the metadata, parsing any state from the loaded revision.- Specified by:
onLoad
in classVersionedMetaData
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
onSave
Description copied from class:VersionedMetaData
Save any changes to the metadata in a commit.- Specified by:
onSave
in classVersionedMetaData
- Returns:
- true if the commit should proceed, false to abort.
- Throws:
IOException
-