Interface VersionedMetaData.BatchMetaDataUpdate
- All Superinterfaces:
- AutoCloseable
- Enclosing class:
- VersionedMetaData
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()org.eclipse.jgit.revwalk.RevCommitcommit()org.eclipse.jgit.revwalk.RevCommitcommitAt(org.eclipse.jgit.lib.ObjectId revision) org.eclipse.jgit.revwalk.RevCommitvoidwrite(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) voidwrite(org.eclipse.jgit.lib.CommitBuilder commit) 
- 
Method Details- 
write- Throws:
- IOException
 
- 
write- Throws:
- IOException
 
- 
createRef- Throws:
- IOException
 
- 
commit- Throws:
- IOException
 
- 
commitAtorg.eclipse.jgit.revwalk.RevCommit commitAt(org.eclipse.jgit.lib.ObjectId revision) throws IOException - Throws:
- IOException
 
- 
closevoid close()- Specified by:
- closein interface- AutoCloseable
 
 
-