public class EPLIVersion
extends java.lang.Object
Constructor and Description |
---|
EPLIVersion() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
BuildDateAndTime()
Return the build date and time if the build mechanism preprocesses
this file replacing atBUILD_DATE_TIMEat
|
static void |
main(java.lang.String[] args)
Like EPLI.main() but just print current version
|
static java.lang.String |
ProductVersion()
Return the Product and Version information
|
static java.lang.String |
ProductVersionAndCopyright()
Return the Product, Version and Copyright information
|
static void |
Requires(java.lang.String checkMajor,
java.lang.String checkMinor,
java.lang.String checkSubminor)
Check for the required version or higher and throw an exception if not
|
static java.lang.String |
Version()
Return the version
|
public static java.lang.String Version()
public static java.lang.String ProductVersion()
public static java.lang.String ProductVersionAndCopyright()
public static java.lang.String BuildDateAndTime()
public static void Requires(java.lang.String checkMajor, java.lang.String checkMinor, java.lang.String checkSubminor)
checkMajor
- - the required build major version to checkcheckMinor
- - the required build minor version to checkcheckSubminor
- - the required build subminor version to checkpublic static void main(java.lang.String[] args)