Uses of Class
org.eclipse.jgit.api.CleanCommand
Packages that use CleanCommand
-
Uses of CleanCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CleanCommandModifier and TypeMethodDescriptionGit.clean()
Return a command object to execute aclean
commandCleanCommand.setCleanDirectories
(boolean dirs) If dirs is set, in addition to files, also clean directories.CleanCommand.setDryRun
(boolean dryRun) If dryRun is set, the paths in question will not actually be deleted.CleanCommand.setForce
(boolean force) If force is set, directories that are git repositories will also be deleted.CleanCommand.setIgnore
(boolean ignore) If ignore is set, don't report/clean files/directories that are ignored by a .gitignore.If paths are set, only these paths are affected by the cleaning.