|
||||||||||
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_DFS_SECTION
The "dfs" section |
static String |
CONFIG_DIFF_SECTION
The "diff" section |
static String |
CONFIG_GC_SECTION
The "gc" 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_BLOCK_LIMIT
The "blockLimit" key |
static String |
CONFIG_KEY_BLOCK_SIZE
The "blockSize" key |
static String |
CONFIG_KEY_COMPRESSION
The "compression" key |
static String |
CONFIG_KEY_CREATECHANGEID
The "createchangeid" key |
static String |
CONFIG_KEY_DEFBRANCHSTARTPOINT
The "defaultsourceref" key |
static String |
CONFIG_KEY_DELTA_BASE_CACHE_LIMIT
The "deltaBaseCacheLimit" 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_FF
The "ff" key |
static String |
CONFIG_KEY_FILEMODE
The "filemode" key |
static String |
CONFIG_KEY_INDEXVERSION
The "indexversion" 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_MERGEOPTIONS
The "mergeoptions" 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_PATH
The "path" key |
static String |
CONFIG_KEY_PRECOMPOSEUNICODE
The "precomposeunicode" key |
static String |
CONFIG_KEY_PRUNEEXPIRE
The "pruneexpire" key |
static String |
CONFIG_KEY_READ_AHEAD_LIMIT
The "readAheadLimit" key |
static String |
CONFIG_KEY_READ_AHEAD_THREADS
The "readAheadThreads" key |
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_STREAM_FILE_TRESHOLD
The "streamFileThreshold" key |
static String |
CONFIG_KEY_TRUE
The "true" key (used to configure CONFIG_KEY_AUTOSETUPMERGE |
static String |
CONFIG_KEY_UPDATE
The "update" key |
static String |
CONFIG_KEY_URL
The "url" key |
static String |
CONFIG_KEY_WORKTREE
The "worktree" key |
static String |
CONFIG_PACK_SECTION
The "pack" section |
static String |
CONFIG_REMOTE_SECTION
The "remote" section |
static String |
CONFIG_SUBMODULE_SECTION
The "submodule" section |
static String |
CONFIG_USER_SECTION
The "user" section |
static String |
CONFIG_WORKFLOW_SECTION
The "workflow" 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_DFS_SECTION
public static final String CONFIG_USER_SECTION
public static final String CONFIG_GERRIT_SECTION
public static final String CONFIG_WORKFLOW_SECTION
public static final String CONFIG_SUBMODULE_SECTION
public static final String CONFIG_GC_SECTION
public static final String CONFIG_PACK_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_BLOCK_LIMIT
public static final String CONFIG_KEY_BLOCK_SIZE
public static final String CONFIG_KEY_READ_AHEAD_LIMIT
public static final String CONFIG_KEY_READ_AHEAD_THREADS
public static final String CONFIG_KEY_DELTA_BASE_CACHE_LIMIT
public static final String CONFIG_KEY_STREAM_FILE_TRESHOLD
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
public static final String CONFIG_KEY_DEFBRANCHSTARTPOINT
public static final String CONFIG_KEY_PATH
public static final String CONFIG_KEY_UPDATE
public static final String CONFIG_KEY_COMPRESSION
public static final String CONFIG_KEY_INDEXVERSION
public static final String CONFIG_KEY_PRECOMPOSEUNICODE
public static final String CONFIG_KEY_PRUNEEXPIRE
public static final String CONFIG_KEY_MERGEOPTIONS
public static final String CONFIG_KEY_FF
Constructor Detail |
---|
public ConfigConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |