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()Return a command to create an archive from a treeArchiveCommandArchiveCommand. setFilename(String filename)Set the intended filename for the produced archive.ArchiveCommandArchiveCommand. setFormat(String fmt)Set archive formatArchiveCommandArchiveCommand. setFormatOptions(Map<String,Object> options)Set archive format optionsArchiveCommandArchiveCommand. setOutputStream(OutputStream out)Set output streamArchiveCommandArchiveCommand. setPaths(String... paths)Set an optional parameter path.ArchiveCommandArchiveCommand. setPrefix(String prefix)Set string prefixed to filenames in archiveArchiveCommandArchiveCommand. setTree(ObjectId tree)Set the tag, commit, or tree object to produce an archive for
-