| java.lang.Object org.geotools.data.postgis.RevisionInfo
RevisionInfo | class RevisionInfo (Code) | | Simple struct used to specify with revision must be extracted, and eventually
from which branch (even if at the moment we don't have branches around).
author: aaime since: 2.4 |
RevisionInfo | public RevisionInfo()(Code) | | RevisionInfo for the last revision in "trunk"
|
RevisionInfo | public RevisionInfo(long revision)(Code) | | |
RevisionInfo | public RevisionInfo(String version) throws IOException(Code) | | Parses a version specification into a RevisionInfo object
Parameters: version - throws: IOException - |
getCanonicalVersion | public String getCanonicalVersion()(Code) | | Returns the version in canonical form, that is, revision or "" if it's
the last revision
|
getVersion | public String getVersion()(Code) | | Returns the original version used to create this revision info
|
isFirst | public boolean isFirst()(Code) | | |
isLast | public boolean isLast()(Code) | | |
|
|