Uses of Class
org.eclipse.jgit.api.GarbageCollectCommand
-
Packages that use GarbageCollectCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of GarbageCollectCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return GarbageCollectCommand Modifier and Type Method Description GarbageCollectCommand
Git. gc()
Returns a command object to execute agc
commandGarbageCollectCommand
GarbageCollectCommand. setAggressive(boolean aggressive)
Whether to use aggressive mode or not.GarbageCollectCommand
GarbageCollectCommand. setExpire(Date expire)
During gc() or prune() each unreferenced, loose object which has been created or modified afterexpire
will not be pruned.GarbageCollectCommand
GarbageCollectCommand. setProgressMonitor(ProgressMonitor monitor)
-