org.eclipse.emf.emfstore.server.model
Interface ESBranchInfo

All Known Implementing Classes:
ESBranchInfoImpl

public interface ESBranchInfo

Represents information about a specific branch.

Author:
emueller, wesendon

Method Summary
 ESPrimaryVersionSpec getHead()
          Returns the HEAD version of this branch.
 String getName()
          Returns the name of the branch.
 ESPrimaryVersionSpec getSource()
           Returns the source version of this branch.
 

Method Detail

getName

String getName()
Returns the name of the branch.

Returns:
the name of the branch

getHead

ESPrimaryVersionSpec getHead()
Returns the HEAD version of this branch.

Returns:
the ESPrimaryVersionSpec of the HEAD version of this branch

getSource

ESPrimaryVersionSpec getSource()

Returns the source version of this branch.

The source version of a branch is the version this branch was created from.

Returns:
the ESPrimaryVersionSpec of the source version of this branch


Copyright © 2016. All Rights Reserved.