Package org.codehaus.groovy.util
Class ReleaseInfo
java.lang.Object
org.codehaus.groovy.util.ReleaseInfo
public class ReleaseInfo
extends java.lang.Object
Exposes the Groovy release information
- 
Constructor SummaryConstructors Constructor Description ReleaseInfo()
- 
Method SummaryModifier and Type Method Description static java.util.PropertiesgetAllProperties()static java.lang.StringgetVersion()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ReleaseInfopublic ReleaseInfo()
 
- 
- 
Method Details- 
getVersionpublic static java.lang.String getVersion()
- 
getAllPropertiespublic static java.util.Properties getAllProperties()
 
-