|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgis.Version
public class Version
Corresponds to the appropriate PostGIS that carried this source
Field Summary | |
---|---|
static java.lang.String |
FULL
Full version for human reading - code should use the constants above |
static int |
MAJOR
The major version |
static java.lang.String |
MICRO
The micro version, usually a number including possibly textual suffixes like RC3. |
static int |
MINOR
The minor version |
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static java.lang.String |
getFullVersion()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAJOR
public static final int MINOR
public static final java.lang.String MICRO
public static final java.lang.String FULL
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static java.lang.String getFullVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |