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

All Superinterfaces:
ESVersionSpec
All Known Implementing Classes:
ESDateVersionSpecImpl

public interface ESDateVersionSpec
extends ESVersionSpec

Represents a version specifier that is based on a date.

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
 Date getDate()
          Returns the date this version specifier is based on.
 
Methods inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
getBranch
 

Method Detail

getDate

Date getDate()
Returns the date this version specifier is based on.

Returns:
the date this version specifier is based on


Copyright © 2015. All Rights Reserved.