org.codehaus.groovy.maven.feature
Interface Feature

All Known Implementing Classes:
ClassCompilerFeature, ClassCompilerFeature, ClassCompilerFeature, ClassFactoryFeature, ClassFactoryFeature, ClassFactoryFeature, ConsoleFeature, ConsoleFeature, ConsoleFeature, FeatureSupport, ScriptExecutorFeature, ScriptExecutorFeature, ScriptExecutorFeature, ShellFeature, ShellFeature, ShellFeature, StubCompilerFeature, StubCompilerFeature, StubCompilerFeature, TraceSanitizerFeature, TraceSanitizerFeature, TraceSanitizerFeature

public interface Feature

???

Version:
$Id: Feature.java 11353 2008-03-31 16:29:15Z user57 $
Author:
Jason Dillon

Method Summary
 Configuration config()
           
 Component create()
           
 Component create(Configuration context)
           
 java.lang.String key()
           
 java.lang.String name()
           
 void require()
           
 boolean supported()
           
 

Method Detail

key

java.lang.String key()

name

java.lang.String name()

supported

boolean supported()

require

void require()

config

Configuration config()

create

Component create(Configuration context)
                 throws java.lang.Exception
Throws:
java.lang.Exception

create

Component create()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2008 Codehaus. All Rights Reserved.