Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
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 |
---|---|
void |
DfsFsck.setObjectChecker(ObjectChecker objChecker)
Use a customized object checker instead of the default one.
|
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.setIgnore(ObjectChecker.ErrorType id,
boolean ignore)
Add message type to be ignored across all objects.
|
ObjectChecker |
ObjectChecker.setIgnore(Set<ObjectChecker.ErrorType> ids)
Configure error types to be ignored across all objects.
|
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.
|
ObjectChecker |
ObjectChecker.setSkipList(ObjectIdSet objects)
Enable accepting specific malformed (but not horribly broken) objects.
|
Modifier and Type | Method and Description |
---|---|
ObjectChecker |
Transport.getObjectChecker()
Get configured object checker for received objects
|
ObjectChecker |
TransferConfig.newObjectChecker()
Create checker to verify fetched objects
|
ObjectChecker |
TransferConfig.newReceiveObjectChecker()
Create checker to verify objects pushed into this repository
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.setObjectChecker(ObjectChecker impl)
Set the object checker to verify each received object with
|
void |
ReceivePack.setObjectChecker(ObjectChecker impl)
Set the object checking instance to verify each received object with
|
void |
PackParser.setObjectChecker(ObjectChecker oc)
Configure the checker used to validate received objects.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.