Constant Field Values

Contents

org.eclipse.*

  • org.eclipse.jgit.diff.DiffEntry 
    Modifier and Type Constant Field Value
    public static final String DEV_NULL "/dev/null"
  • org.eclipse.jgit.dircache.DirCacheEntry 
    Modifier and Type Constant Field Value
    public static final int STAGE_0 0
    public static final int STAGE_1 1
    public static final int STAGE_2 2
    public static final int STAGE_3 3
  • org.eclipse.jgit.hooks.CommitMsgHook 
    Modifier and Type Constant Field Value
    public static final String NAME "commit-msg"
  • org.eclipse.jgit.hooks.PostCommitHook 
    Modifier and Type Constant Field Value
    public static final String NAME "post-commit"
  • org.eclipse.jgit.hooks.PreCommitHook 
    Modifier and Type Constant Field Value
    public static final String NAME "pre-commit"
  • org.eclipse.jgit.hooks.PrePushHook 
    Modifier and Type Constant Field Value
    public static final String NAME "pre-push"
  • org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_CACHE_HOT_MAX 1
    public static final int KB 1024
    public static final int MB 1048576
  • org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions 
    Modifier and Type Constant Field Value
    public static final int KiB 1024
    public static final int MiB 1048576
  • org.eclipse.jgit.internal.transport.sshd.agent.connector.Sockets 
    Modifier and Type Constant Field Value
    public static final int AF_UNIX 1
    public static final int DEFAULT_PROTOCOL 0
    public static final int SOCK_STREAM 1
  • org.eclipse.jgit.merge.RecursiveMerger 
    Modifier and Type Constant Field Value
    public final int MAX_BASES 200
  • org.eclipse.jgit.merge.ResolveMerger 
    Modifier and Type Constant Field Value
    protected static final int T_BASE 0
    protected static final int T_FILE 4
    protected static final int T_INDEX 3
    protected static final int T_OURS 1
    protected static final int T_THEIRS 2
  • org.eclipse.jgit.storage.file.WindowCacheConfig 
    Modifier and Type Constant Field Value
    public static final int KB 1024
    public static final int MB 1048576