org.codehaus.gmaven.runtime.v1_6
Class ProviderImpl

java.lang.Object
  extended by org.codehaus.gmaven.feature.support.ProviderSupport
      extended by org.codehaus.gmaven.runtime.v1_6.ProviderImpl
All Implemented Interfaces:
Provider

public class ProviderImpl
extends ProviderSupport

Provides support for Groovy 1.6.

Version:
$Id: ProviderImpl.java 92 2010-07-05 21:06:20Z user57 $
Author:
Jason Dillon

Field Summary
static String KEY
           
 
Fields inherited from class org.codehaus.gmaven.feature.support.ProviderSupport
config, features, key, log, supported, version
 
Constructor Summary
ProviderImpl()
           
 
Method Summary
protected  Map detectFeatures()
           
protected  Version detectVersion()
           
 String name()
           
 
Methods inherited from class org.codehaus.gmaven.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 String KEY
See Also:
Constant Field Values
Constructor Detail

ProviderImpl

public ProviderImpl()
Method Detail

detectFeatures

protected Map detectFeatures()
Specified by:
detectFeatures in class ProviderSupport

detectVersion

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

name

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


Copyright © 2006-2012 Codehaus. All Rights Reserved.