public class TagDateExtractor extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Date |
dateOfRef(org.eclipse.jgit.lib.Ref r)
Retrieve the date of the given tag.
|
Date |
dateOfTagObjectId(org.eclipse.jgit.lib.ObjectId tagObjectId)
Retrieve the date of the given tag.
|
public Date dateOfTagObjectId(org.eclipse.jgit.lib.ObjectId tagObjectId) throws IOException
tagObjectId - a non null ObjectId of a tagIOExceptionpublic Date dateOfRef(org.eclipse.jgit.lib.Ref r)
r - a non null Ref of a tagpublic void close()
close in interface AutoCloseableCopyright © 2016–2021 Matthieu Brouillard. All rights reserved.