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 ArchiveCommand
Git. archive()
Returns a command to create an archive from a treeArchiveCommand
ArchiveCommand. setFilename(java.lang.String filename)
Set the intended filename for the produced archive.ArchiveCommand
ArchiveCommand. setFormat(java.lang.String fmt)
ArchiveCommand
ArchiveCommand. setOutputStream(java.io.OutputStream out)
ArchiveCommand
ArchiveCommand. setPaths(java.lang.String... paths)
Set an optional parameter path.ArchiveCommand
ArchiveCommand. setPrefix(java.lang.String prefix)
ArchiveCommand
ArchiveCommand. setTree(ObjectId tree)
-