Java org.eclipse.jgit.lib IndexDiff fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib IndexDiff fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

booleandiff()
Run the diff operation.
booleandiff(final ProgressMonitor monitor, int estWorkTreeSize, int estIndexSize, final String title)
Run the diff operation.
SetgetAdded()
Get list of files added to the index, not in the tree
SetgetAssumeUnchanged()
Get list of files with the flag assume-unchanged
SetgetChanged()
Get list of files changed from tree to index
SetgetConflicting()
Get list of files that are in conflict, corresponds to the keys of #getConflictingStageStates()
SetgetIgnoredNotInIndex()
The method returns the list of ignored files and folders.
FileModegetIndexMode(String path)
Get the file mode of the given path in the index
SetgetMissing()
Get list of files in index, but not filesystem
SetgetModified()
Get list of files modified on disk relative to the index
SetgetRemoved()
Get list of files removed from index, but in tree
SetgetUntracked()
Get list of files that are not ignored, and not in the index.
SetgetUntrackedFolders()
Get list of folders containing only untracked files/folders
voidsetFilter(TreeFilter filter)
Sets a filter.