Uses of Class
org.eclipse.jgit.api.ArchiveCommand
Packages that use ArchiveCommand
-
Uses of ArchiveCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ArchiveCommandModifier and TypeMethodDescriptionGit.archive()Return a command to create an archive from a treeArchiveCommand.setFilename(String filename) Set the intended filename for the produced archive.Set archive formatArchiveCommand.setFormatOptions(Map<String, Object> options) Set archive format optionsArchiveCommand.setOutputStream(OutputStream out) Set output streamSet an optional parameter path. without an optional path parameter, all files and subdirectories of the current working directory are included in the archive.Set string prefixed to filenames in archiveSet the tag, commit, or tree object to produce an archive for