Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
ObjectChecker |
ObjectChecker.setAllowInvalidPersonIdent(boolean allow)
Enable accepting invalid author, committer and tagger identities.
|
ObjectChecker |
ObjectChecker.setAllowLeadingZeroFileMode(boolean allow)
Enable accepting leading zero mode in tree entries.
|
ObjectChecker |
ObjectChecker.setSafeForMacOS(boolean mac)
Restrict trees to only names legal on Mac OS X platforms.
|
ObjectChecker |
ObjectChecker.setSafeForWindows(boolean win)
Restrict trees to only names legal on Windows platforms.
|
Modifier and Type | Method and Description |
---|---|
ObjectChecker |
Transport.getObjectChecker() |
ObjectChecker |
TransferConfig.newObjectChecker() |
Modifier and Type | Method and Description |
---|---|
void |
Transport.setObjectChecker(ObjectChecker impl) |
void |
PackParser.setObjectChecker(ObjectChecker oc)
Configure the checker used to validate received objects.
|
void |
BaseReceivePack.setObjectChecker(ObjectChecker impl) |
Copyright © 2015 Eclipse JGit Project. All rights reserved.