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/resource/ResourceExport.html | 253 --------------------- 1 file changed, 253 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/resource/ResourceExport.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/resource/ResourceExport.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/resource/ResourceExport.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/resource/ResourceExport.html deleted file mode 100644 index d6816c14fe..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/resource/ResourceExport.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - -ResourceExport - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.contribution.resource -
-Interface ResourceExport

-
-
All Superinterfaces:
Export
-
-
-
All Known Implementing Classes:
ResourceExportImpl
-
-
-
-
public interface ResourceExport
extends Export
- - -

-The representation of an resource export. -

- -

-


- -

- - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.StringgetURI() - -
-          Get Resource URI that identifies the export.
- voidsetURI(java.lang.String uri) - -
-          Set Resource URI that identifies the export.
- - - - - - - -
Methods inherited from interface org.apache.tuscany.sca.contribution.Export
getModelResolver, setModelResolver
-  -

- - - - - - - - -
-Method Detail
- -

-getURI

-
-java.lang.String getURI()
-
-
Get Resource URI that identifies the export. -

-

-
-
-
- -
Returns:
The exported resource URI
-
-
-
- -

-setURI

-
-void setURI(java.lang.String uri)
-
-
Set Resource URI that identifies the export. -

-

-
-
-
-
Parameters:
uri - The exported resource URI
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3