Uses of Class
org.eclipse.jgit.lib.CoreConfig.TrustPackedRefsStat
-
Packages that use CoreConfig.TrustPackedRefsStat Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CoreConfig.TrustPackedRefsStat in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.TrustPackedRefsStat Modifier and Type Method Description static CoreConfig.TrustPackedRefsStatCoreConfig.TrustPackedRefsStat. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreConfig.TrustPackedRefsStat[]CoreConfig.TrustPackedRefsStat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-