Class InstanceInfo


  • public class InstanceInfo
    extends Object
    Contains information about the server instance the console is connected to or loaded from (taken from the root resource).
    • Method Detail

      • productName

        public String productName()
        Returns:
        the product name.
      • productVersion

        public String productVersion()
        Returns:
        the product version.
      • releaseName

        public String releaseName()
        Returns:
        the release name.
      • releaseVersion

        public String releaseVersion()
        Returns:
        the release version.
      • update

        public void update​(String productName,
                           String productVersion,
                           String releaseName,
                           String releaseVersion)