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

All Superinterfaces:
ESVersionSpec
All Known Implementing Classes:
ESTagVersionSpecImpl

public interface ESTagVersionSpec
extends ESVersionSpec

Represents a version specifier that identifier a specific tag.

Author:
wesendon, emueller

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
BASE, BRANCH_DEFAULT_NAME, FACTORY, GLOBAL, HEAD
 
Method Summary
 String getName()
          Return the name of the tag name this version specifier is associated with.
 
Methods inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
getBranch
 

Method Detail

getName

String getName()
Return the name of the tag name this version specifier is associated with.

Returns:
the name of the tag


Copyright © 2015. All Rights Reserved.