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

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

Introduction

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

The text is from its open source code.

Field

Constructor

Status(IndexDiff diff)
Constructor for Status.

Method

SetgetAdded()
Get files added to the index
SetgetChanged()
Get changed files from HEAD to index
SetgetConflicting()
Get conflicting files
MapgetConflictingStageState()
Get StageState of conflicting files
SetgetIgnoredNotInIndex()
Get ignored files which are not in the index
SetgetMissing()
Get missing files
SetgetModified()
Get modified files relative to the index
SetgetRemoved()
Get removed files
SetgetUncommittedChanges()
Get uncommitted changes, i.e.
SetgetUntracked()
Get untracked files
SetgetUntrackedFolders()
Get untracked folders
booleanisClean()
Whether the status is clean