org.codehaus.groovy.maven.runtime.vdefault
Class DefaultGroovyRuntime

java.lang.Object
  extended by org.codehaus.groovy.maven.feature.support.DelegatingProvider
      extended by org.codehaus.groovy.maven.runtime.vdefault.DefaultGroovyRuntime
All Implemented Interfaces:
Provider, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class DefaultGroovyRuntime
extends DelegatingProvider
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

Provides the default Groovy runtime.

Version:
$Id: DefaultGroovyRuntime.java 13181 2008-08-10 14:05:55Z user57 $
Author:
Jason Dillon

Field Summary
static java.lang.String DELEGATE_KEY
           
static java.lang.String KEY
           
 
Fields inherited from class org.codehaus.groovy.maven.feature.support.DelegatingProvider
log
 
Constructor Summary
DefaultGroovyRuntime()
           
 
Method Summary
 void contextualize(org.codehaus.plexus.context.Context context)
           
protected  Provider findDelegate()
           
protected  org.codehaus.plexus.PlexusContainer getContainer()
           
 java.lang.String key()
           
 java.lang.String toString()
           
 
Methods inherited from class org.codehaus.groovy.maven.feature.support.DelegatingProvider
config, createProxy, createProxy, equals, feature, feature, features, getDelegate, hashCode, name, require, supported, version
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

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

DELEGATE_KEY

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

DefaultGroovyRuntime

public DefaultGroovyRuntime()
Method Detail

contextualize

public void contextualize(org.codehaus.plexus.context.Context context)
                   throws org.codehaus.plexus.context.ContextException
Specified by:
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Throws:
org.codehaus.plexus.context.ContextException

getContainer

protected org.codehaus.plexus.PlexusContainer getContainer()

findDelegate

protected Provider findDelegate()
                         throws java.lang.Exception
Overrides:
findDelegate in class DelegatingProvider
Throws:
java.lang.Exception

key

public java.lang.String key()
Specified by:
key in interface Provider
Overrides:
key in class DelegatingProvider

toString

public java.lang.String toString()
Overrides:
toString in class DelegatingProvider


Copyright © 2006-2008 Codehaus. All Rights Reserved.