public class DefaultProfileInjector extends Object implements ProfileInjector
ROLE
Constructor and Description |
---|
DefaultProfileInjector() |
Modifier and Type | Method and Description |
---|---|
void |
inject(Profile profile,
Model model) |
protected void |
injectPlugins(PluginContainer profileContainer,
PluginContainer modelContainer)
This should be the resulting ordering of plugins after injection:
Given:
model: X -> A -> B -> D -> E
profile: Y -> A -> C -> D -> F
Result:
X -> Y -> A -> B -> C -> D -> E -> F
|
public void inject(Profile profile, Model model)
inject
in interface ProfileInjector
protected void injectPlugins(PluginContainer profileContainer, PluginContainer modelContainer)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.