org.codehaus.groovy.maven.runtime.v16
Class GroovyRuntime_v16

java.lang.Object
  extended by org.codehaus.groovy.maven.feature.support.ProviderSupport
      extended by org.codehaus.groovy.maven.runtime.v16.GroovyRuntime_v16
All Implemented Interfaces:
Provider

public class GroovyRuntime_v16
extends ProviderSupport

Provides support for Groovy 1.6.

Version:
$Id: GroovyRuntime_v16.java 12239 2008-05-03 07:53:34Z user57 $
Author:
Jason Dillon

Field Summary
static java.lang.String KEY
           
 
Fields inherited from class org.codehaus.groovy.maven.feature.support.ProviderSupport
config, key, log, supported, version
 
Constructor Summary
GroovyRuntime_v16()
           
 
Method Summary
protected  java.util.Map detectFeatures()
           
protected  Version detectVersion()
           
 java.lang.String name()
           
 
Methods inherited from class org.codehaus.groovy.maven.feature.support.ProviderSupport
asString, config, detectSupported, feature, feature, features, hashCode, key, require, supported, toString, version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values
Constructor Detail

GroovyRuntime_v16

public GroovyRuntime_v16()
Method Detail

detectFeatures

protected java.util.Map detectFeatures()
Specified by:
detectFeatures in class ProviderSupport

detectVersion

protected Version detectVersion()
Specified by:
detectVersion in class ProviderSupport

name

public java.lang.String name()
Specified by:
name in interface Provider
Overrides:
name in class ProviderSupport


Copyright © 2006-2010 Codehaus. All Rights Reserved.