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 GarbageCollectCommandGit. gc()Returns a command object to execute agccommandGarbageCollectCommandGarbageCollectCommand. setAggressive(boolean aggressive)Whether to use aggressive mode or not.GarbageCollectCommandGarbageCollectCommand. setExpire(Date expire)During gc() or prune() each unreferenced, loose object which has been created or modified afterexpirewill not be pruned.GarbageCollectCommandGarbageCollectCommand. setProgressMonitor(ProgressMonitor monitor)
-