org.eclipse.emf.emfstore.internal.server.core.subinterfaces
Class EMFStoreVersionSubInterface

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface
      extended by org.eclipse.emf.emfstore.internal.server.core.subinterfaces.EMFStoreVersionSubInterface

public class EMFStoreVersionSubInterface
extends AbstractSubEmfstoreInterface

Returns the EMFStore version.

Author:
emueller

Constructor Summary
EMFStoreVersionSubInterface(AbstractEmfstoreInterface parentInterface)
          Constructor.
 
Method Summary
 String getVersion()
          Returns the EMFStore version.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface
execute, getResourceHelper
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMFStoreVersionSubInterface

public EMFStoreVersionSubInterface(AbstractEmfstoreInterface parentInterface)
                            throws FatalESException
Constructor.

Parameters:
parentInterface - the parent interface
Throws:
FatalESException - if initialization fails
Method Detail

getVersion

public String getVersion()
Returns the EMFStore version.

Returns:
the EMFStore version


Copyright © 2015. All Rights Reserved.