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 voidrun()Perform the actions of this command.private voidprivate voidshowUnsigned(Git git, String wantedTag) private voidwriteVerification(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:
runin classTextBuiltin
-
showUnsigned
- Throws:
IOException
-
showTag
- Throws:
IOException
-
writeVerification
private void writeVerification(String name, RevTag tag, GpgSignatureVerifier.SignatureVerification verification) throws IOException - Throws:
IOException
-