| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.child(Feature feature) |
Configuration |
Configuration.child(String prefix) |
Configuration |
Provider.config() |
Configuration |
Component.config() |
Configuration |
Feature.config() |
Configuration |
Configuration.parent() |
| Modifier and Type | Method and Description |
|---|---|
Component |
Feature.create(Configuration context) |
void |
Configuration.merge(Configuration config) |
| Constructor and Description |
|---|
Configuration(Configuration config) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
ProviderSupport.config |
protected Configuration |
ComponentSupport.config |
protected Configuration |
FeatureSupport.config |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ProviderSupport.config() |
Configuration |
ComponentSupport.config() |
Configuration |
FeatureSupport.config() |
| Modifier and Type | Method and Description |
|---|---|
Component |
FeatureSupport.create(Configuration context) |
| Constructor and Description |
|---|
ComponentSupport(Feature feature,
Configuration config) |
ProviderSupport(String key,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentMojoSupport.configure(Configuration context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ShellMojo.configure(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScriptExecutor.execute(ClassSource classSource,
ClassLoader classLoader,
ResourceLoader resourceLoader,
Configuration context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScriptExecutorSupport.applyContext(Object target,
Configuration context) |
Object |
ScriptExecutorSupport.execute(ClassSource source,
ClassLoader classLoader,
ResourceLoader resourceLoader,
Configuration context) |
| Constructor and Description |
|---|
CompilerSupport(Feature feature,
Configuration config) |
ScriptExecutorSupport(Feature feature,
Configuration config) |
TraceSanitizerSupport(Feature feature,
Configuration config) |
Copyright © 2006-2013 Codehaus. All Rights Reserved.