|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.lib.ConfigConstants
public class ConfigConstants
Constants for use with the Configuration classes: section names, configuration keys
Field Summary | |
---|---|
static String |
CONFIG_BRANCH_SECTION
The "branch" section |
static String |
CONFIG_CORE_SECTION
The "core" section |
static String |
CONFIG_DIFF_SECTION
The "diff" section |
static String |
CONFIG_GERRIT_SECTION
The "gerrit" section |
static String |
CONFIG_KEY_ALGORITHM
The "algorithm" key |
static String |
CONFIG_KEY_ALWAYS
The "always" key (used to configure CONFIG_KEY_AUTOSETUPREBASE
and CONFIG_KEY_AUTOSETUPMERGE |
static String |
CONFIG_KEY_AUTOCRLF
The "autocrlf" key |
static String |
CONFIG_KEY_AUTOSETUPMERGE
The "autosetupmerge" key |
static String |
CONFIG_KEY_AUTOSETUPREBASE
The "autosetuprebase" key |
static String |
CONFIG_KEY_BARE
The "bare" key |
static String |
CONFIG_KEY_CREATECHANGEID
The "createchangeid" key |
static String |
CONFIG_KEY_EMAIL
The "email" key |
static String |
CONFIG_KEY_EXCLUDESFILE
The "excludesfile" key |
static String |
CONFIG_KEY_FALSE
The "false" key (used to configure CONFIG_KEY_AUTOSETUPMERGE |
static String |
CONFIG_KEY_FILEMODE
The "filemode" key |
static String |
CONFIG_KEY_LOCAL
The "local" key (used to configure CONFIG_KEY_AUTOSETUPREBASE |
static String |
CONFIG_KEY_LOGALLREFUPDATES
The "logallrefupdates" key |
static String |
CONFIG_KEY_MERGE
The "merge" key |
static String |
CONFIG_KEY_NAME
The "name" key |
static String |
CONFIG_KEY_NEVER
The "never" key (used to configure CONFIG_KEY_AUTOSETUPREBASE |
static String |
CONFIG_KEY_REBASE
The "rebase" key |
static String |
CONFIG_KEY_REMOTE
The "remote" key |
static String |
CONFIG_KEY_REPO_FORMAT_VERSION
The "repositoryformatversion" key |
static String |
CONFIG_KEY_TRUE
The "true" key (used to configure CONFIG_KEY_AUTOSETUPMERGE |
static String |
CONFIG_KEY_URL
The "url" key |
static String |
CONFIG_KEY_WORKTREE
The "worktree" key |
static String |
CONFIG_REMOTE_SECTION
The "remote" section |
static String |
CONFIG_USER_SECTION
The "user" section |
Constructor Summary | |
---|---|
ConfigConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONFIG_CORE_SECTION
public static final String CONFIG_BRANCH_SECTION
public static final String CONFIG_REMOTE_SECTION
public static final String CONFIG_DIFF_SECTION
public static final String CONFIG_USER_SECTION
public static final String CONFIG_GERRIT_SECTION
public static final String CONFIG_KEY_ALGORITHM
public static final String CONFIG_KEY_AUTOCRLF
public static final String CONFIG_KEY_BARE
public static final String CONFIG_KEY_EXCLUDESFILE
public static final String CONFIG_KEY_FILEMODE
public static final String CONFIG_KEY_LOGALLREFUPDATES
public static final String CONFIG_KEY_REPO_FORMAT_VERSION
public static final String CONFIG_KEY_WORKTREE
public static final String CONFIG_KEY_REMOTE
public static final String CONFIG_KEY_MERGE
public static final String CONFIG_KEY_REBASE
public static final String CONFIG_KEY_URL
public static final String CONFIG_KEY_AUTOSETUPMERGE
public static final String CONFIG_KEY_AUTOSETUPREBASE
public static final String CONFIG_KEY_NAME
public static final String CONFIG_KEY_EMAIL
public static final String CONFIG_KEY_FALSE
CONFIG_KEY_AUTOSETUPMERGE
public static final String CONFIG_KEY_TRUE
CONFIG_KEY_AUTOSETUPMERGE
public static final String CONFIG_KEY_ALWAYS
CONFIG_KEY_AUTOSETUPREBASE
and CONFIG_KEY_AUTOSETUPMERGE
public static final String CONFIG_KEY_NEVER
CONFIG_KEY_AUTOSETUPREBASE
public static final String CONFIG_KEY_LOCAL
CONFIG_KEY_AUTOSETUPREBASE
public static final String CONFIG_KEY_CREATECHANGEID
Constructor Detail |
---|
public ConfigConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |