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

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

Introduction

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

The text is from its open source code.

Method

StatusCommandaddPath(String path)
Show only the status of files which match the given paths.
Statuscall()

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