org.codehaus.groovy.maven.runtime.v15
Class ClassCompilerFeature

java.lang.Object
  extended by org.codehaus.groovy.maven.feature.support.FeatureSupport
      extended by org.codehaus.groovy.maven.runtime.v15.ClassCompilerFeature
All Implemented Interfaces:
Feature

public class ClassCompilerFeature
extends FeatureSupport

Provides the class compilation feature.

Version:
$Id: ClassCompilerFeature.java 12355 2008-05-10 08:32:14Z user57 $
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.codehaus.groovy.maven.feature.support.FeatureSupport
config, key, log, provider, supported
 
Constructor Summary
ClassCompilerFeature()
           
 
Method Summary
protected  Component doCreate()
           
 
Methods inherited from class org.codehaus.groovy.maven.feature.support.FeatureSupport
asString, config, create, create, hashCode, key, name, provider, require, supported, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassCompilerFeature

public ClassCompilerFeature()
Method Detail

doCreate

protected Component doCreate()
                      throws java.lang.Exception
Specified by:
doCreate in class FeatureSupport
Throws:
java.lang.Exception


Copyright © 2006-2008 Codehaus. All Rights Reserved.