Package org.eclipse.jgit.lib
Class RefUpdate.Store
- java.lang.Object
-
- org.eclipse.jgit.lib.RefUpdate.Store
-
- Enclosing class:
- RefUpdate
private abstract static class RefUpdate.Store extends java.lang.Object
Handle the abstraction of storing a ref update. This is because both updating and deleting of a ref have merge testing in common.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Store()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract RefUpdate.Result
execute(RefUpdate.Result status)
-
-
-
Method Detail
-
execute
abstract RefUpdate.Result execute(RefUpdate.Result status) throws java.io.IOException
- Throws:
java.io.IOException
-
-