|
|||||||||
| 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.
| Field Summary | |
|---|---|
static Config.SectionParser<CoreConfig> |
KEY
Key for Config.get(SectionParser). |
| Method Summary | |
|---|---|
int |
getCompression()
|
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()
ObjectWriterpublic int getPackIndexVersion()
IndexPackpublic boolean isLogAllRefUpdates()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||