org.codehaus.groovy.maven.runtime.vdefault
Class DefaultGroovyRuntime
java.lang.Object
org.codehaus.groovy.maven.feature.support.DelegatingProvider
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
|
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 |
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
DefaultGroovyRuntime
public DefaultGroovyRuntime()
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-2010 Codehaus. All Rights Reserved.