Interface VersionedMetaData.BatchMetaDataUpdate
- 
- All Superinterfaces:
- AutoCloseable
 - Enclosing class:
- VersionedMetaData
 
 public static interface VersionedMetaData.BatchMetaDataUpdate extends AutoCloseable 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()org.eclipse.jgit.revwalk.RevCommitcommit()org.eclipse.jgit.revwalk.RevCommitcommitAt(org.eclipse.jgit.lib.ObjectId revision)org.eclipse.jgit.revwalk.RevCommitcreateRef(String refName)voidwrite(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit)voidwrite(org.eclipse.jgit.lib.CommitBuilder commit)
 
- 
- 
- 
Method Detail- 
writevoid write(org.eclipse.jgit.lib.CommitBuilder commit) throws IOException- Throws:
- IOException
 
 - 
writevoid write(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) throws IOException - Throws:
- IOException
 
 - 
createReforg.eclipse.jgit.revwalk.RevCommit createRef(String refName) throws IOException - Throws:
- IOException
 
 - 
commitorg.eclipse.jgit.revwalk.RevCommit commit() throws IOException- 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
 
 
- 
 
-