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

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

Introduction

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

The text is from its open source code.

Constructor

ArchiveCommand(Repository repo)
Constructor for ArchiveCommand

Method

voidregisterFormat(String name, Format fmt)
Adds support for an additional archival format.
voidunregisterFormat(String name)
Marks support for an archival format as no longer needed so its Format can be garbage collected if no one else is using it either.