|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.lib.CoreConfig
public class CoreConfig
This class keeps git repository core parameters.
Nested Class Summary | |
---|---|
static class |
CoreConfig.AutoCRLF
Permissible values for core.autocrlf . |
Field Summary | |
---|---|
static Config.SectionParser<CoreConfig> |
KEY
Key for Config.get(SectionParser) . |
Method Summary | |
---|---|
int |
getCompression()
|
java.lang.String |
getExcludesFile()
|
int |
getPackIndexVersion()
|
boolean |
isLogAllRefUpdates()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Config.SectionParser<CoreConfig> KEY
Config.get(SectionParser)
.
Method Detail |
---|
public int getCompression()
public int getPackIndexVersion()
public boolean isLogAllRefUpdates()
public java.lang.String getExcludesFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |