org.codehaus.gmaven.feature
Interface Feature


public interface Feature

A feature which provides components.

Version:
$Id: Feature.java 9 2009-07-16 09:22:08Z 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-2010 Codehaus. All Rights Reserved.