Uses of Interface
org.codehaus.gmaven.feature.Feature

Packages that use Feature
org.codehaus.gmaven.feature   
org.codehaus.gmaven.feature.support   
org.codehaus.gmaven.plugin   
org.codehaus.gmaven.runtime.support   
org.codehaus.gmaven.runtime.v1_6   
 

Uses of Feature in org.codehaus.gmaven.feature
 

Methods in org.codehaus.gmaven.feature that return Feature
 Feature Component.feature()
           
 Feature Provider.feature(Class key)
           
 Feature Provider.feature(String key)
           
 

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

Uses of Feature in org.codehaus.gmaven.feature.support
 

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

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

Methods in org.codehaus.gmaven.feature.support that return Feature
 Feature ComponentSupport.feature()
           
 Feature ProviderSupport.feature(Class key)
           
 Feature ProviderSupport.feature(String key)
           
 

Methods in org.codehaus.gmaven.feature.support with parameters of type Feature
static String FeatureSupport.asString(Feature feature)
           
 

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

Uses of Feature in org.codehaus.gmaven.plugin
 

Methods in org.codehaus.gmaven.plugin that return Feature
protected  Feature ComponentMojoSupport.feature()
           
protected  Feature ComponentMojoSupport.feature(String key)
           
 

Uses of Feature in org.codehaus.gmaven.runtime.support
 

Constructors in org.codehaus.gmaven.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.gmaven.runtime.v1_6
 

Classes in org.codehaus.gmaven.runtime.v1_6 that implement Feature
 class ClassCompilerFeature
          Provides the class compilation feature.
 class ClassFactoryFeature
          Provides the class factory feature.
 class ConsoleFeature
          Provides the GUI console feature.
 class ScriptExecutorFeature
          Provides the script execution feature.
 class ShellFeature
          Provides the command-line shell feature.
 class StubCompilerFeature
          Provides the stub compilation feature.
 class TraceSanitizerFeature
          Provides the stack trace sanitization feature.
 



Copyright © 2006-2012 Codehaus. All Rights Reserved.