|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.configuration.VersioningInfo
public class VersioningInfo
Contains runtime version information about the currently used client.
| Constructor Summary | |
|---|---|
VersioningInfo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersioningInfo()
| Method Detail |
|---|
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 otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||