org.eclipse.emf.emfstore.client.provider
Interface ESClientVersionProvider


public interface ESClientVersionProvider

Determines the version identifier of the client component.

Author:
emueller

Method Summary
 String getName()
          Returns the name of the client component.
 String getVersion()
          Returns the version of the client component.
 

Method Detail

getVersion

String getVersion()
Returns the version of the client component.

Returns:
the version of the client component

getName

String getName()
Returns the name of the client component.

Returns:
the name of the client component


Copyright © 2015. All Rights Reserved.