Uses of Enum Class
org.eclipse.jgit.lib.CoreConfig.TrustStat
Packages that use CoreConfig.TrustStat
-
Uses of CoreConfig.TrustStat in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.TrustStatModifier and TypeMethodDescriptionCoreConfig.getTrustLooseObjectStat()Get how far we can trust file attributes of loose ref files which are used to storeRefs inRefDirectory.CoreConfig.getTrustLooseRefStat()Get how far we can trust file attributes of loose ref files which are used to storeRefs inRefDirectory.CoreConfig.getTrustPackedRefsStat()Get how far we can trust file attributes of packed-refs file which is used to storeRefs inRefDirectory.CoreConfig.getTrustPackStat()Get how far we can trust file attributes of packed-refs file which is used to storeRefs inRefDirectory.CoreConfig.getTrustTablesListStat()Get how far we can trust file attributes of the "tables.list" file which is used to store the list of filenames of the files storingReftables inFileReftableDatabase.static CoreConfig.TrustStatReturns the enum constant of this class with the specified name.static CoreConfig.TrustStat[]CoreConfig.TrustStat.values()Returns an array containing the constants of this enum class, in the order they are declared.