|
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.
| Constructor Summary | |
private GroovyVersion()
|
|
| Method Summary | |
|---|---|
static String
|
getVersion()
|
static boolean
|
isGroovy1_5()
|
static boolean
|
isGroovy1_6()
|
static boolean
|
isGroovy1_7()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
private GroovyVersion()
| Method Detail |
|---|
public static String getVersion()
public static boolean isGroovy1_5()
public static boolean isGroovy1_6()
public static boolean isGroovy1_7()
Groovy Documentation