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 --- .../sca/contribution/ContributionExport.html | 282 +++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionExport.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionExport.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionExport.html b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionExport.html new file mode 100644 index 0000000000..5da129b84c --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/ContributionExport.html @@ -0,0 +1,282 @@ + + + + + + +ContributionExport + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+
+
public interface ContributionExport
+ + +

+The representation of an export for the contribution +

+ +

+

+
Version:
+
$Rev: 539692 $ $Date: 2007-05-19 07:06:18 +0100 (Sat, 19 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ModelResolvergetModelResolver() + +
+          Returns the model resolver for the models representing artifacts + made available by this export.
+ java.lang.StringgetNamespace() + +
+          Get Namespace that identifies the export
+ voidsetModelResolver(ModelResolver modelResolver) + +
+          Sets the model resolver for the models representing artifacts + made available by this export.
+ voidsetNamespace(java.lang.String namespace) + +
+          Set Namespace that identifies the export
+  +

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

+getNamespace

+
+java.lang.String getNamespace()
+
+
Get Namespace that identifies the export +

+

+ +
Returns:
The exported namespace
+
+
+
+ +

+setNamespace

+
+void setNamespace(java.lang.String namespace)
+
+
Set Namespace that identifies the export +

+

+
Parameters:
namespace - The exported namespace
+
+
+
+ +

+getModelResolver

+
+ModelResolver getModelResolver()
+
+
Returns the model resolver for the models representing artifacts + made available by this export. +

+

+ +
Returns:
The model resolver
+
+
+
+ +

+setModelResolver

+
+void setModelResolver(ModelResolver modelResolver)
+
+
Sets the model resolver for the models representing artifacts + made available by this export. +

+

+
Parameters:
modelResolver -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3