org.postgis
public class Version extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFullVersion() |
static void |
main(java.lang.String[] args) |
public static final int MAJOR
public static final int MINOR
public static final java.lang.String MICRO
public static final java.lang.String FULL
Copyright © 2016. All Rights Reserved.