Uses of Class
org.eclipse.jgit.api.CleanCommand
-
Packages that use CleanCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of CleanCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CleanCommand Modifier and Type Method Description CleanCommandGit. clean()Returns a command object to execute acleancommandCleanCommandCleanCommand. setCleanDirectories(boolean dirs)If dirs is set, in addition to files, also clean directories.CleanCommandCleanCommand. setDryRun(boolean dryRun)If dryRun is set, the paths in question will not actually be deleted.CleanCommandCleanCommand. setIgnore(boolean ignore)If ignore is set, don't report/clean files/directories that are ignored by a .gitignore.CleanCommandCleanCommand. setPaths(Set<String> paths)If paths are set, only these paths are affected by the cleaning.
-