Uses of Class
org.eclipse.jgit.api.CleanCommand

Packages that use CleanCommand
org.eclipse.jgit.api   
 

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.setDryRun(boolean dryRun)
          If dryRun is set, the paths in question will not actually be deleted.
 CleanCommand CleanCommand.setPaths(Set<String> paths)
          If paths are set, only these paths are affected by the cleaning.
 



Copyright © 2012. All Rights Reserved.