org.apache.tuscany.sca.contribution.impl
Class DefaultExportImpl

java.lang.Object
  extended by org.apache.tuscany.sca.contribution.impl.DefaultExportImpl
All Implemented Interfaces:
DefaultExport, Export

public class DefaultExportImpl
extends java.lang.Object
implements DefaultExport

The representation of an export for the contribution


Constructor Summary
protected DefaultExportImpl()
           
 
Method Summary
 ModelResolver getModelResolver()
          Returns the model resolver for the models representing artifacts made available by this export.
 void setModelResolver(ModelResolver modelResolver)
          Sets the model resolver for the models representing artifacts made available by this export.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExportImpl

protected DefaultExportImpl()
Method Detail

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