Interface E3Version


public interface E3Version
Returns information describing the E3 version and characteristics
  • Method Details

    • getBinaryPath

      String getBinaryPath()
      Returns the top-level path in which the E3 subprocess is installed. This may be null if no subprocess has run for long enough to report its location.
      Returns:
      String containing absolute path
    • getBuildName

      String getBuildName()
      Returns the name of the build for this version of E3 (e.g., "Build CHE-70")
      Returns:
      String build name
    • getRealContextPath

      String getRealContextPath()
      Returns the absolute path to the servlet context.
      Returns:
      String containing absolute path
    • getSiteLicenseOwner

      String getSiteLicenseOwner()
      Returns the site license owner.
      Returns:
      String containing site license owner; may be null or "(none)".
    • getStartDate

      Date getStartDate()
      Returns the date/time at which E3 was started
      Returns:
      Date object
    • getStartDateFormatted

      String getStartDateFormatted()
      Returns the date/time at which E3 was started, expressed as a formatted string (such as "08:06:59 on 09/16/2003")
      Returns:
      String version of start date/time
    • getSubprocessBuildName

      String getSubprocessBuildName()
      Returns the name of the build of the E3 subprocess (e.g., "Build CHE-70")
      Returns:
      String build name or null if the data hasn't yet been retrieved from a subprocess
    • getSubprocessBuildDate

      String getSubprocessBuildDate()
      Returns the build date of the E3 subprocess (e.g., "Fall 2003")
      Returns:
      String version string or null if the data hasn't yet been retrieved from a subprocess
    • getSubprocessVersionName

      String getSubprocessVersionName()
      Returns name of the E3 subprocessversion (e.g., "Version 5.0")
      Returns:
      String version name or null if the data hasn't yet been retrieved from a subprocess
    • getVersionDate

      String getVersionDate()
      Returns the E3 version date (e.g., "Fall 2003")
      Returns:
      String version string
    • getVersionName

      String getVersionName()
      Returns name of the E3 version running (e.g., "Version 5.0")
      Returns:
      String version name