public class VersioningInfo extends Object
| Constructor and Description |
|---|
VersioningInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClientVersionInfo |
getClientVersion()
Get the client version as specified
in the org.eclipse.emf.emfstore.internal.client manifest file.
|
boolean |
isDeveloperVersion()
Determines if this is an developer version or not.
|
boolean |
isInternalReleaseVersion()
Determines if this is an internal release or not.
|
boolean |
isReleaseVersion()
Determine if this is a release version or not.
|
public ClientVersionInfo getClientVersion()
public boolean isReleaseVersion()
true if it is a release version, false otherwisepublic boolean isInternalReleaseVersion()
true if it is an internal release, false otherwisepublic boolean isDeveloperVersion()
true if it is a developer version, false otherwiseCopyright © 2017. All rights reserved.