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

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

Introduction

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

The text is from its open source code.

Constructor

RmCommand(Repository repo)
Constructor for RmCommand.

Method

RmCommandaddFilepattern(String filepattern)
Add file name pattern of files to be removed
DirCachecall()

Executes the Rm command.

RmCommandsetCached(boolean cached)
Only remove the specified files from the index.