|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.assembly.xml.CompositeModelResolver
public class CompositeModelResolver
A Model Resolver for Composite models.
| Constructor Summary | |
|---|---|
CompositeModelResolver(Contribution contribution,
ModelFactoryExtensionPoint modelFactories)
|
|
| Method Summary | ||
|---|---|---|
void |
addModel(java.lang.Object resolved)
Add a resolved model. |
|
java.lang.Object |
removeModel(java.lang.Object resolved)
Remove a resolved model. |
|
|
resolveModel(java.lang.Class<T> modelClass,
T unresolved)
Resolve the model representing an artifact. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeModelResolver(Contribution contribution,
ModelFactoryExtensionPoint modelFactories)
| Method Detail |
|---|
public void addModel(java.lang.Object resolved)
ModelResolver
addModel in interface ModelResolverresolved - The modelpublic java.lang.Object removeModel(java.lang.Object resolved)
ModelResolver
removeModel in interface ModelResolver
public <T> T resolveModel(java.lang.Class<T> modelClass,
T unresolved)
ModelResolver
resolveModel in interface ModelResolvermodelClass - the type of artifactunresolved - the unresolved model
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||