From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../xml/ContributionModelResolver.html | 326 --------------------- 1 file changed, 326 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/xml/ContributionModelResolver.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/xml/ContributionModelResolver.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/xml/ContributionModelResolver.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/xml/ContributionModelResolver.html deleted file mode 100644 index 0a7dca247c..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/xml/ContributionModelResolver.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - -ContributionModelResolver - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.contribution.xml -
-Class ContributionModelResolver

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.contribution.xml.ContributionModelResolver
-
-
-
All Implemented Interfaces:
ModelResolver
-
-
-
-
public class ContributionModelResolver
extends java.lang.Object
implements ModelResolver
- - -

-A Model Resolver for Contribution models. -

- -

-


- -

- - - - - - - - - - - -
-Constructor Summary
ContributionModelResolver(Contribution contribution, - ModelFactoryExtensionPoint modelFactories) - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddModel(java.lang.Object resolved) - -
-          Add a resolved model.
- java.lang.ObjectremoveModel(java.lang.Object resolved) - -
-          Remove a resolved model.
- - - - - -
-<T> T
-
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
- -

-ContributionModelResolver

-
-public ContributionModelResolver(Contribution contribution,
-                                 ModelFactoryExtensionPoint modelFactories)
-
-
- - - - - - - - -
-Method Detail
- -

-addModel

-
-public void addModel(java.lang.Object resolved)
-
-
Description copied from interface: ModelResolver
-
Add a resolved model. -

-

-
Specified by:
addModel in interface ModelResolver
-
-
-
Parameters:
resolved - The model
-
-
-
- -

-removeModel

-
-public java.lang.Object removeModel(java.lang.Object resolved)
-
-
Description copied from interface: ModelResolver
-
Remove a resolved model. -

-

-
Specified by:
removeModel in interface ModelResolver
-
-
- -
Returns:
The removed model, or null if the model was not removed
-
-
-
- -

-resolveModel

-
-public <T> T resolveModel(java.lang.Class<T> modelClass,
-                          T unresolved)
-
-
Description copied from interface: ModelResolver
-
Resolve the model representing an artifact. -

-

-
Specified by:
resolveModel in interface ModelResolver
-
-
-
Parameters:
modelClass - the type of artifact
unresolved - the unresolved model -
Returns:
the resolved model
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3