Uses of Class
org.eclipse.jgit.api.ArchiveCommand
-
Packages that use ArchiveCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ArchiveCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ArchiveCommand Modifier and Type Method Description ArchiveCommandGit. archive()Returns a command to create an archive from a treeArchiveCommandArchiveCommand. setFilename(String filename)Set the intended filename for the produced archive.ArchiveCommandArchiveCommand. setFormat(String fmt)ArchiveCommandArchiveCommand. setOutputStream(OutputStream out)ArchiveCommandArchiveCommand. setPaths(String... paths)Set an optional parameter path.ArchiveCommandArchiveCommand. setPrefix(String prefix)ArchiveCommandArchiveCommand. setTree(ObjectId tree)
-