Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.child(Feature feature) |
Configuration |
Configuration.child(String prefix) |
Configuration |
Feature.config() |
Configuration |
Provider.config() |
Configuration |
Component.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 |
FeatureSupport.config |
protected Configuration |
ComponentSupport.config |
protected Configuration |
ProviderSupport.config |
Modifier and Type | Method and Description |
---|---|
Configuration |
FeatureSupport.config() |
Configuration |
ComponentSupport.config() |
Configuration |
ProviderSupport.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-2012 Codehaus. All Rights Reserved.