Class ReleaseInfo

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

public class ReleaseInfo
extends java.lang.Object
Exposes the Groovy release information
  • Constructor Summary

    Constructors
    Constructor Description
    ReleaseInfo()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Properties getAllProperties()  
    static java.lang.String getVersion()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReleaseInfo

      public ReleaseInfo()
  • Method Details

    • getVersion

      public static java.lang.String getVersion()
    • getAllProperties

      public static java.util.Properties getAllProperties()