Class ReleaseInfo

java.lang.Object
org.codehaus.groovy.util.ReleaseInfo

public class ReleaseInfo extends Object
Exposes the Groovy release information
  • Constructor Details

    • ReleaseInfo

      public ReleaseInfo()
  • Method Details

    • getVersion

      public static String getVersion()
      Returns Groovy's implementation version from the bundled release metadata.
      Returns:
      the implementation version, or an empty string if unavailable
    • getAllProperties

      public static Properties getAllProperties()
      Returns all loaded release metadata properties.
      Returns:
      the loaded release information