Package | Description |
---|---|
info.bioinfweb.commons.io | |
info.bioinfweb.commons.sql.sqlproperties |
Modifier and Type | Method and Description |
---|---|
FormatVersion |
FormatVersion.clone() |
static FormatVersion |
XMLUtils.extractFormatVersion(javax.xml.stream.events.StartElement startElement)
Extracts the format version from the
xsi:schemaLocation attribute (e.g. |
static FormatVersion |
FormatVersion.parseFormatVersion(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
int |
FormatVersion.compareTo(FormatVersion other)
Returns 0 if major and minor version are equal, 1 if this version is later than the specified one and -1 if the
specified version is later.
|
boolean |
FormatVersion.geraterThan(FormatVersion other)
Returns whether this version is newer than the specified argument.
|
Modifier and Type | Field and Description |
---|---|
static FormatVersion |
SQLXMLConstants.VERSION |