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.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 |
---|---|
void |
PackParser.setObjectChecker(ObjectChecker oc)
Configure the checker used to validate received objects.
|
void |
BaseReceivePack.setObjectChecker(ObjectChecker impl) |
Copyright © 2014. All rights reserved.