From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/contribution/ContributionFactory.html | 280 +++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionFactory.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionFactory.html') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionFactory.html new file mode 100644 index 0000000000..c0575ec50b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionFactory.html @@ -0,0 +1,280 @@ + + + + + + +ContributionFactory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution +
+Interface ContributionFactory

+
+
+
public interface ContributionFactory
+ + +

+Contribution model object factory +

+ +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ContributioncreateContribution() + +
+          Create a contribution model object
+ ContributionExportcreateContributionExport() + +
+          Create a contribution import model
+ ContributionImportcreateContributionImport() + +
+          Create a contribution import model
+ DeployedArtifactcreateDeployedArtifact() + +
+          Create a deployedArtifact model object
+  +

+ + + + + + + + +
+Method Detail
+ +

+createContribution

+
+Contribution createContribution()
+
+
Create a contribution model object +

+

+ +
Returns:
The new contribution model object
+
+
+
+ +

+createDeployedArtifact

+
+DeployedArtifact createDeployedArtifact()
+
+
Create a deployedArtifact model object +

+

+ +
Returns:
The new deployedArtifact model object
+
+
+
+ +

+createContributionImport

+
+ContributionImport createContributionImport()
+
+
Create a contribution import model +

+

+ +
Returns:
The new ContributionImport model object
+
+
+
+ +

+createContributionExport

+
+ContributionExport createContributionExport()
+
+
Create a contribution import model +

+

+ +
Returns:
The new ContributoinExport object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3