Uses of Interface
org.codehaus.groovy.maven.feature.Feature

Packages that use Feature
org.codehaus.groovy.maven.feature   
org.codehaus.groovy.maven.feature.support   
org.codehaus.groovy.maven.plugin   
org.codehaus.groovy.maven.runtime.support   
org.codehaus.groovy.maven.runtime.v10   
 

Uses of Feature in org.codehaus.groovy.maven.feature
 

Methods in org.codehaus.groovy.maven.feature that return Feature
 Feature Component.feature()
           
 Feature Provider.feature(java.lang.Class key)
           
 Feature Provider.feature(java.lang.String key)
           
 

Methods in org.codehaus.groovy.maven.feature with parameters of type Feature
 Configuration Configuration.child(Feature feature)
           
 

Uses of Feature in org.codehaus.groovy.maven.feature.support
 

Classes in org.codehaus.groovy.maven.feature.support that implement Feature
 class FeatureSupport
          Provides support for Feature implementations.
 

Fields in org.codehaus.groovy.maven.feature.support declared as Feature
protected  Feature ComponentSupport.feature
           
 

Methods in org.codehaus.groovy.maven.feature.support that return Feature
 Feature ComponentSupport.feature()
           
 Feature ProviderSupport.feature(java.lang.Class key)
           
 Feature DelegatingProvider.feature(java.lang.Class key)
           
 Feature ProviderSupport.feature(java.lang.String key)
           
 Feature DelegatingProvider.feature(java.lang.String key)
           
 

Methods in org.codehaus.groovy.maven.feature.support with parameters of type Feature
static java.lang.String FeatureSupport.asString(Feature feature)
           
 

Constructors in org.codehaus.groovy.maven.feature.support with parameters of type Feature
ComponentSupport(Feature feature)
           
ComponentSupport(Feature feature, Configuration config)
           
 

Uses of Feature in org.codehaus.groovy.maven.plugin
 

Methods in org.codehaus.groovy.maven.plugin that return Feature
protected  Feature ComponentMojoSupport.feature()
           
protected  Feature ComponentMojoSupport.feature(java.lang.String key)
           
 

Uses of Feature in org.codehaus.groovy.maven.runtime.support
 

Constructors in org.codehaus.groovy.maven.runtime.support with parameters of type Feature
CompilerSupport(Feature feature)
           
CompilerSupport(Feature feature, Configuration config)
           
ScriptExecutorSupport(Feature feature)
           
ScriptExecutorSupport(Feature feature, Configuration config)
           
TraceSanitizerSupport(Feature feature)
           
TraceSanitizerSupport(Feature feature, Configuration config)
           
 

Uses of Feature in org.codehaus.groovy.maven.runtime.v10
 

Classes in org.codehaus.groovy.maven.runtime.v10 that implement Feature
 class ClassCompilerFeature
          ???
 class ClassFactoryFeature
          ???
 class ConsoleFeature
          Provides the GUI console feature.
 class ScriptExecutorFeature
          ???
 class ShellFeature
          Provides the command-line shell feature.
 class StubCompilerFeature
          ???
 class TraceSanitizerFeature
          ???
 



Copyright © 2006-2008 Codehaus. All Rights Reserved.