Package org.eclipse.jgit.pgm
Class Tag
java.lang.Object
org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm.Tag
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.pgm.TextBuiltin
TextBuiltin.TerminatedByHelpException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
run()
Perform the actions of this command.private void
private void
showUnsigned
(Git git, String wantedTag) private void
writeVerification
(String name, RevTag tag, GpgSignatureVerifier.SignatureVerification verification) Methods inherited from class org.eclipse.jgit.pgm.TextBuiltin
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
-
Field Details
-
force
private boolean force -
delete
private boolean delete -
annotated
private boolean annotated -
message
-
sign
private boolean sign -
noSign
private boolean noSign -
gpgKeyId
-
verify
private boolean verify -
tagName
-
object
-
-
Constructor Details
-
Tag
Tag()
-
-
Method Details
-
run
protected void run()Perform the actions of this command.This method should only be invoked by
TextBuiltin.execute(String[])
.- Specified by:
run
in classTextBuiltin
-
showUnsigned
- Throws:
IOException
-
showTag
- Throws:
IOException
-
writeVerification
private void writeVerification(String name, RevTag tag, GpgSignatureVerifier.SignatureVerification verification) throws IOException - Throws:
IOException
-