Package org.eclipse.jgit.lib
Class RefUpdate.Store
java.lang.Object
org.eclipse.jgit.lib.RefUpdate.Store
- Enclosing class:
RefUpdate
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 -
Method Summary
Modifier and TypeMethodDescription(package private) abstract RefUpdate.Result
execute
(RefUpdate.Result status)
-
Constructor Details
-
Store
private Store()
-
-
Method Details
-
execute
- Throws:
IOException
-