org.codehaus.gmaven.feature
Interface Provider

All Known Implementing Classes:
ProviderImpl, ProviderImpl, ProviderImpl, ProviderSupport

public interface Provider

A provider which provides features.

Version:
$Id: Provider.java 9 2009-07-16 09:22:08Z user57 $
Author:
Jason Dillon

Method Summary
 Configuration config()
           
 Feature feature(Class key)
           
 Feature feature(String key)
           
 Collection features()
           
 String key()
           
 String name()
           
 void require()
           
 boolean supported()
           
 Version version()
           
 

Method Detail

key

String key()

name

String name()

version

Version version()

supported

boolean supported()

require

void require()

config

Configuration config()

features

Collection features()

feature

Feature feature(String key)

feature

Feature feature(Class key)


Copyright © 2006-2012 Codehaus. All Rights Reserved.