org.codehaus.groovy.maven.feature
Interface Provider
- All Known Implementing Classes:
- DefaultGroovyRuntime, DelegatingProvider, GroovyRuntime_v10, GroovyRuntime_v15, GroovyRuntime_v16, ProviderSupport
public interface Provider
???
- Version:
- $Id: Provider.java 11353 2008-03-31 16:29:15Z user57 $
- Author:
- Jason Dillon
key
java.lang.String key()
name
java.lang.String name()
version
Version version()
supported
boolean supported()
require
void require()
config
Configuration config()
features
java.util.Collection features()
feature
Feature feature(java.lang.String key)
feature
Feature feature(java.lang.Class key)
Copyright © 2006-2010 Codehaus. All Rights Reserved.