Package com.qfs.multiversion
Interface IHeadInfo<V extends IVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBranch()Gets the name of the branch.StringgetParentBranch()Gets the branch on which this version's branch was created.VgetVersion()Gets the head version of a branch, it cannot benull.
-
-
-
Method Detail
-
getVersion
V getVersion()
Gets the head version of a branch, it cannot benull.- Returns:
- the head version of a branch
-
getBranch
String getBranch()
Gets the name of the branch.- Returns:
- the name of the branch
-
getParentBranch
String getParentBranch()
Gets the branch on which this version's branch was created.- Returns:
- the branch on which this version's branch was created
-
-