org.apache.tuscany.sca.contribution.resource.impl
Class ResourceExportImpl

java.lang.Object
  extended by org.apache.tuscany.sca.contribution.resource.impl.ResourceExportImpl
All Implemented Interfaces:
Export, ResourceExport

public class ResourceExportImpl
extends java.lang.Object
implements ResourceExport

The representation of an export for the contribution


Constructor Summary
protected ResourceExportImpl()
           
 
Method Summary
 ModelResolver getModelResolver()
          Returns the model resolver for the models representing artifacts made available by this export.
 java.lang.String getURI()
          Get Resource URI that identifies the export.
 void setModelResolver(ModelResolver modelResolver)
          Sets the model resolver for the models representing artifacts made available by this export.
 void setURI(java.lang.String uri)
          Set Resource URI that identifies the export.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceExportImpl

protected ResourceExportImpl()
Method Detail

getURI

public java.lang.String getURI()
Description copied from interface: ResourceExport
Get Resource URI that identifies the export.

Specified by:
getURI in interface ResourceExport
Returns:
The exported resource URI

setURI

public void setURI(java.lang.String uri)
Description copied from interface: ResourceExport
Set Resource URI that identifies the export.

Specified by:
setURI in interface ResourceExport
Parameters:
uri - The exported resource URI

getModelResolver

public ModelResolver getModelResolver()
Description copied from interface: Export
Returns the model resolver for the models representing artifacts made available by this export.

Specified by:
getModelResolver in interface Export
Returns:
The model resolver

setModelResolver

public void setModelResolver(ModelResolver modelResolver)
Description copied from interface: Export
Sets the model resolver for the models representing artifacts made available by this export.

Specified by:
setModelResolver in interface Export