org.eclipse.emf.emfstore.server.model.versionspec
Interface ESAncestorVersionSpec

All Superinterfaces:
ESVersionSpec
All Known Implementing Classes:
ESAncestorVersionSpecImpl

public interface ESAncestorVersionSpec
extends ESVersionSpec

Represents a version specifier that is used to resolve common ancestor version of two versions.

Author:
emueller, wesendon

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
BASE, BRANCH_DEFAULT_NAME, FACTORY, GLOBAL, HEAD
 
Method Summary
 ESPrimaryVersionSpec getSource()
          Returns the ESPrimaryVersionSpec of the source to resolve.
 ESPrimaryVersionSpec getTarget()
          Returns the ESPrimaryVersionSpec of the target to resolve.
 
Methods inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
getBranch
 

Method Detail

getTarget

ESPrimaryVersionSpec getTarget()
Returns the ESPrimaryVersionSpec of the target to resolve.

Returns:
the target version specifier

getSource

ESPrimaryVersionSpec getSource()
Returns the ESPrimaryVersionSpec of the source to resolve.

Returns:
the source version specifier


Copyright © 2015. All Rights Reserved.