Uses of Interface
org.eclipse.jgit.api.ArchiveCommand.Format
-
Packages that use ArchiveCommand.Format Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ArchiveCommand.Format in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ArchiveCommand.Format Modifier and Type Method Description static voidArchiveCommand. registerFormat(String name, ArchiveCommand.Format<?> fmt)Adds support for an additional archival format.
-