Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
ArchiveCommand |
Git.archive()
Returns a command to create an archive from a tree
|
ArchiveCommand |
ArchiveCommand.setFilename(String filename)
Set the intended filename for the produced archive.
|
ArchiveCommand |
ArchiveCommand.setFormat(String fmt) |
ArchiveCommand |
ArchiveCommand.setOutputStream(OutputStream out) |
ArchiveCommand |
ArchiveCommand.setPaths(String... paths)
Set an optional parameter path.
|
ArchiveCommand |
ArchiveCommand.setPrefix(String prefix) |
ArchiveCommand |
ArchiveCommand.setTree(ObjectId tree) |
Copyright © 2014. All rights reserved.