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.String getURI()
          Get Resource URI that identifies the export.
 void setURI(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