Package | Description |
---|---|
org.codehaus.gmaven.feature | |
org.codehaus.gmaven.feature.support | |
org.codehaus.gmaven.plugin | |
org.codehaus.gmaven.runtime.support | |
org.codehaus.gmaven.runtime.v1_8 |
Modifier and Type | Method and Description |
---|---|
Feature |
Component.feature() |
Feature |
Provider.feature(Class key) |
Feature |
Provider.feature(String key) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.child(Feature feature) |
Modifier and Type | Class and Description |
---|---|
class |
FeatureSupport
Provides support for
Feature implementations. |
Modifier and Type | Field and Description |
---|---|
protected Feature |
ComponentSupport.feature |
Modifier and Type | Method and Description |
---|---|
Feature |
ComponentSupport.feature() |
Feature |
ProviderSupport.feature(Class key) |
Feature |
ProviderSupport.feature(String key) |
Modifier and Type | Method and Description |
---|---|
static String |
FeatureSupport.asString(Feature feature) |
Constructor and Description |
---|
ComponentSupport(Feature feature) |
ComponentSupport(Feature feature,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
protected Feature |
ComponentMojoSupport.feature() |
protected Feature |
ComponentMojoSupport.feature(String key) |
Constructor and Description |
---|
CompilerSupport(Feature feature) |
CompilerSupport(Feature feature,
Configuration config) |
ScriptExecutorSupport(Feature feature) |
ScriptExecutorSupport(Feature feature,
Configuration config) |
TraceSanitizerSupport(Feature feature) |
TraceSanitizerSupport(Feature feature,
Configuration config) |
Modifier and Type | Class and Description |
---|---|
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–2013 Codehaus. All rights reserved.