|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CleanCommand | |
|---|---|
| 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 | |
|---|---|
CleanCommand |
Git.clean()
Returns a command object to execute a clean command |
CleanCommand |
CleanCommand.setCleanDirectories(boolean dirs)
If dirs is set, in addition to files, also clean directories. |
CleanCommand |
CleanCommand.setDryRun(boolean dryRun)
If dryRun is set, the paths in question will not actually be deleted. |
CleanCommand |
CleanCommand.setIgnore(boolean ignore)
If ignore is set, don't report/clean files/directories that are ignored by a .gitignore. |
CleanCommand |
CleanCommand.setPaths(java.util.Set<java.lang.String> paths)
If paths are set, only these paths are affected by the cleaning. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||