Package com.arbortext.e3
Interface E3Version
public interface E3Version
Returns information describing the E3 version and characteristics
-
Method Summary
Modifier and TypeMethodDescriptionReturns the top-level path in which the E3 subprocess is installed.Returns the name of the build for this version of E3 (e.g., "Build CHE-70")Returns the absolute path to the servlet context.Returns the site license owner.Returns the date/time at which E3 was startedReturns the date/time at which E3 was started, expressed as a formatted string (such as "08:06:59 on 09/16/2003")Returns the build date of the E3 subprocess (e.g., "Fall 2003")Returns the name of the build of the E3 subprocess (e.g., "Build CHE-70")Returns name of the E3 subprocessversion (e.g., "Version 5.0")Returns the E3 version date (e.g., "Fall 2003")Returns name of the E3 version running (e.g., "Version 5.0")
-
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:
Stringcontaining absolute path
-
getBuildName
String getBuildName()Returns the name of the build for this version of E3 (e.g., "Build CHE-70")- Returns:
Stringbuild name
-
getRealContextPath
String getRealContextPath()Returns the absolute path to the servlet context.- Returns:
Stringcontaining absolute path
-
getSiteLicenseOwner
String getSiteLicenseOwner()Returns the site license owner.- Returns:
Stringcontaining site license owner; may be null or "(none)".
-
getStartDate
Date getStartDate()Returns the date/time at which E3 was started- Returns:
Dateobject
-
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:
Stringversion of start date/time
-
getSubprocessBuildName
String getSubprocessBuildName()Returns the name of the build of the E3 subprocess (e.g., "Build CHE-70")- Returns:
Stringbuild 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:
Stringversion 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:
Stringversion 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:
Stringversion string
-
getVersionName
String getVersionName()Returns name of the E3 version running (e.g., "Version 5.0")- Returns:
Stringversion name
-