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(java.lang.String filename)Set the intended filename for the produced archive.ArchiveCommandArchiveCommand. setFormat(java.lang.String fmt)ArchiveCommandArchiveCommand. setOutputStream(java.io.OutputStream out)ArchiveCommandArchiveCommand. setPaths(java.lang.String... paths)Set an optional parameter path.ArchiveCommandArchiveCommand. setPrefix(java.lang.String prefix)ArchiveCommandArchiveCommand. setTree(ObjectId tree)
-