public interface CyVersion
Module: application-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>application-api</artifactId> </dependency>
Modifier and Type | Field and Description |
---|---|
static String |
VERSION_PROPERTY_NAME
Deprecated.
|
static String |
VERSION_REGEX
The regular expression used to test the property version string.
|
Modifier and Type | Method and Description |
---|---|
int |
getBugFixVersion()
The third of the three numbers defining the version of the
software, meaning "5" if the version is "3.2.5".
|
int |
getMajorVersion()
The first of the three numbers defining the version of the
software, meaning "3" if the version is "3.2.5".
|
int |
getMinorVersion()
The second of the three numbers defining the version of the
software, meaning "2" if the version is "3.2.5".
|
String |
getQualifier()
Any text following the last digit of the bug fix version.
|
String |
getVersion()
The full version as a string, for example "3.2.5-alpha".
|
@Deprecated static final String VERSION_PROPERTY_NAME
static final String VERSION_REGEX
String getVersion()
int getMajorVersion()
int getMinorVersion()
int getBugFixVersion()
String getQualifier()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.