public final class Version
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<? extends Configuration> |
configurationClass |
static Platform |
platform |
static java.lang.String |
softwareEdition |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMajorReleaseDate()
Get the issue date of the most recent major release of the product, that is, a release offering
new functionality rather than just bug fixes (typically, a release in which the first two digits
of the version number change, for example 9.2 to 9.3).
|
static java.lang.String |
getProductName()
Return the name of this product.
|
static java.lang.String |
getProductTitle()
Get a message used to identify this product when a transformation is run using the -t option
|
static java.lang.String |
getProductVariantAndVersion(java.lang.String edition)
Get the version number of the schema-aware version of the product
|
static java.lang.String |
getProductVendor()
Return the name of the product vendor.
|
static java.lang.String |
getProductVersion()
Get the user-visible version number of this version of the product
|
static java.lang.String |
getReleaseDate()
Get the issue date of this version of the product.
|
static int[] |
getStructuredVersionNumber()
Get the four components of the structured version number.
|
static java.lang.String |
getWebSiteAddress()
Return a web site address containing information about the product.
|
static void |
main(java.lang.String[] args)
Invoking net.sf.saxon.Version from the command line outputs the build number
|
public static java.lang.Class<? extends Configuration> configurationClass
public static java.lang.String softwareEdition
public static Platform platform
public static java.lang.String getProductName()
public static java.lang.String getProductVendor()
public static java.lang.String getProductVariantAndVersion(java.lang.String edition)
edition
- the Saxon edition code, e.g. "EE" or "JS"public static java.lang.String getProductVersion()
public static int[] getStructuredVersionNumber()
public static java.lang.String getReleaseDate()
public static java.lang.String getMajorReleaseDate()
public static java.lang.String getProductTitle()
public static java.lang.String getWebSiteAddress()
public static void main(java.lang.String[] args)
args
- not usedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.