|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.org.codenarc.util.GroovyVersion
class GroovyVersion
Utility methods to determine the version of Groovy currently executing.
Method Summary | |
---|---|
static String
|
getVersion()
|
static boolean
|
isGroovy1_6()
|
static boolean
|
isGroovy1_7()
|
static boolean
|
isGroovy1_8()
|
static boolean
|
isGroovy1_8_OrGreater()
|
static boolean
|
isGroovy2_x()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
static String getVersion()
static boolean isGroovy1_6()
static boolean isGroovy1_7()
static boolean isGroovy1_8()
static boolean isGroovy1_8_OrGreater()
static boolean isGroovy2_x()
Groovy Documentation