Uses of Class
org.eclipse.jgit.api.ArchiveCommand.UnsupportedFormatException
-
Packages that use ArchiveCommand.UnsupportedFormatException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ArchiveCommand.UnsupportedFormatException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ArchiveCommand.UnsupportedFormatException Modifier and Type Method Description private static ArchiveCommand.Format<?>
ArchiveCommand. formatBySuffix(java.lang.String filenameSuffix)
private static ArchiveCommand.Format<?>
ArchiveCommand. lookupFormat(java.lang.String formatName)
-