|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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()
|
| 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()
Groovy Documentation