Java org.eclipse.jgit.api CleanCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api CleanCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api CleanCommand.

The text is from its open source code.

Method

Setcall()

Executes the clean command with all the options and parameters collected by the setter methods of this class.

CleanCommandsetCleanDirectories(boolean dirs)
If dirs is set, in addition to files, also clean directories.
CleanCommandsetDryRun(boolean dryRun)
If dryRun is set, the paths in question will not actually be deleted.
CleanCommandsetIgnore(boolean ignore)
If ignore is set, don't report/clean files/directories that are ignored by a .gitignore.
CleanCommandsetPaths(Set paths)
If paths are set, only these paths are affected by the cleaning.