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

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

Introduction

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

The text is from its open source code.

Constructor

AddCommand(Repository repo)
Constructor for AddCommand

Method

AddCommandaddFilepattern(String filepattern)
Add a path to a file/directory whose content should be added.
DirCachecall()

Executes the Add command.

AddCommandsetUpdate(boolean update)
Set whether to only match against already tracked files
AddCommandsetWorkingTreeIterator(WorkingTreeIterator f)
Allow clients to provide their own implementation of a FileTreeIterator