Uses of Class
org.eclipse.jgit.internal.storage.file.GC.RepoStatistics
-
Packages that use GC.RepoStatistics Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of GC.RepoStatistics in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type GC.RepoStatistics Modifier and Type Method Description private static java.util.Properties
GarbageCollectCommand. toProperties(GC.RepoStatistics stats)
-
Uses of GC.RepoStatistics in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return GC.RepoStatistics Modifier and Type Method Description GC.RepoStatistics
GC. getStatistics()
Returns information about objects and pack files for a FileRepository.
-