Package org.eclipse.jgit.api
Class ArchiveCommand.FormatEntry
- java.lang.Object
-
- org.eclipse.jgit.api.ArchiveCommand.FormatEntry
-
- Enclosing class:
- ArchiveCommand
private static class ArchiveCommand.FormatEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ArchiveCommand.Format<?>
format
(package private) int
refcnt
Number of times this format has been registered.
-
Constructor Summary
Constructors Constructor Description FormatEntry(ArchiveCommand.Format<?> format, int refcnt)
-
-
-
Field Detail
-
format
final ArchiveCommand.Format<?> format
-
refcnt
final int refcnt
Number of times this format has been registered.
-
-
Constructor Detail
-
FormatEntry
public FormatEntry(ArchiveCommand.Format<?> format, int refcnt)
-
-