public final class ProductInformation extends Object
Modifier and Type | Method and Description |
---|---|
String |
buildId()
Returns the build ID for the generated build of the Directory Server.
|
boolean |
buildIsDebug()
Returns
true if this is a debug build of the Directory Server
that may include additional debugging facilities not available in
standard release versions. |
String |
buildJavaVendor()
Returns the vendor for the Java version used to generate this build.
|
String |
buildJavaVersion()
Returns the Java version used to generate this build.
|
String |
buildJvmVendor()
Returns the vendor for the JVM used to generate this build.
|
String |
buildJvmVersion()
Returns the JVM version used to generate this build.
|
String |
buildOs()
Returns the operating system on which this build was generated.
|
String |
buildUser()
Returns the username of the user that created this build.
|
String |
documentationAdminGuideUrl()
Returns the URL of the product WIKI page.
|
String |
documentationHomePageUrl()
Returns the URL of the product home page.
|
String |
documentationReferenceGuideUrl()
Returns the URL of the product WIKI page.
|
String |
documentationWikiUrl()
Returns the URL of the product WIKI page.
|
static ProductInformation |
getInstance()
Returns the singleton product information instance.
|
String |
patchFixIds()
Returns the set of bug IDs for fixes included in this build of the
Directory Server.
|
String |
productName()
Returns the full product name for the Directory Server, which may contain
white space.
|
String |
productPublicationDate()
Returns the product publication date.
|
String |
productReleaseDate()
Returns the product release date.
|
String |
productShortName()
Returns the short product name for the Directory Server, suitable for use
in file names.
|
String |
scmRevision()
Returns the revision number of the source repository on which this build
is based.
|
String |
scmUrl()
Returns the URL of the source repository location on which this build is
based.
|
String |
version()
Returns the version number for the Directory Server.
|
int |
versionBuildNumber()
Returns the build number for the Directory Server.
|
String |
versionCompact()
Returns the compact version string for this product, suitable for use in
path names and similar cases.
|
String |
versionFull()
Returns the full version string for this product.
|
int |
versionMajorNumber()
Returns the major version number for the Directory Server.
|
int |
versionMinorNumber()
Returns the minor version number for the Directory Server.
|
int |
versionPointNumber()
Returns the point version number for the Directory Server.
|
String |
versionPrintable()
Returns the printable version string for this product.
|
String |
versionQualifier()
Returns the version qualifier string for the Directory Server.
|
String |
versionRevision()
Returns the revision number of the source repository on which this build
is based.
|
public static ProductInformation getInstance()
public String buildId()
public boolean buildIsDebug()
true
if this is a debug build of the Directory Server
that may include additional debugging facilities not available in
standard release versions.true
if this is a debug build of the Directory Server
that may include additional debugging facilities not available in
standard release versions.public String buildJavaVendor()
public String buildJavaVersion()
public String buildJvmVendor()
public String buildJvmVersion()
public String buildOs()
public String buildUser()
public String documentationAdminGuideUrl()
public String documentationHomePageUrl()
public String documentationReferenceGuideUrl()
public String documentationWikiUrl()
public String patchFixIds()
public String productName()
public String productPublicationDate()
public String productReleaseDate()
public String productShortName()
public String scmRevision()
public String scmUrl()
public String version()
major.minor.point[-qualifier]
.public int versionBuildNumber()
public String versionCompact()
public String versionFull()
public int versionMajorNumber()
public int versionMinorNumber()
public int versionPointNumber()
public String versionPrintable()
public String versionQualifier()
public String versionRevision()
Copyright 2010-2017 ForgeRock AS.