Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
CleanCommand |
Git.clean()
Returns a command object to execute a
clean command |
CleanCommand |
CleanCommand.setDryRun(boolean dryRun)
If dryRun is set, the paths in question will not actually be deleted.
|
CleanCommand |
CleanCommand.setPaths(java.util.Set<java.lang.String> paths)
If paths are set, only these paths are affected by the cleaning.
|
Copyright © 2012. All Rights Reserved.