org.eclipse.jgit.lib
Class CoreConfig
java.lang.Object
org.eclipse.jgit.lib.CoreConfig
public class CoreConfig
- extends Object
This class keeps git repository core parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final Config.SectionParser<CoreConfig> KEY
- Key for
Config.get(SectionParser)
.
getCompression
public int getCompression()
- Returns:
- The compression level to use when storing loose objects
getPackIndexVersion
public int getPackIndexVersion()
- Returns:
- the preferred pack index file format; 0 for oldest possible.
isLogAllRefUpdates
public boolean isLogAllRefUpdates()
- Returns:
- whether to log all refUpdates
getExcludesFile
public String getExcludesFile()
- Returns:
- path of excludesfile
Copyright © 2012. All Rights Reserved.