Package org.spockframework.util
Class SpockReleaseInfo
- java.lang.Object
-
- org.spockframework.util.SpockReleaseInfo
-
public class SpockReleaseInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpockReleaseInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getArtifactPath()
static VersionNumber
getVersion()
static boolean
isCompatibleGroovyVersion(VersionNumber groovyVersion)
-
-
-
Method Detail
-
getVersion
public static VersionNumber getVersion()
-
getArtifactPath
public static java.lang.String getArtifactPath()
-
isCompatibleGroovyVersion
public static boolean isCompatibleGroovyVersion(VersionNumber groovyVersion)
-
-