Package org.codehaus.groovy.util
Class ReleaseInfo
- java.lang.Object
-
- org.codehaus.groovy.util.ReleaseInfo
-
public class ReleaseInfo extends Object
Exposes the Groovy release information
-
-
Constructor Summary
Constructors Constructor Description ReleaseInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Properties
getAllProperties()
static String
getVersion()
-
-
-
Method Detail
-
getVersion
public static String getVersion()
-
getAllProperties
public static Properties getAllProperties()
-
-