org.apache.tuscany.sca.contribution.namespace.impl
Class NamespaceExportImpl

java.lang.Object
  extended by org.apache.tuscany.sca.contribution.namespace.impl.NamespaceExportImpl
All Implemented Interfaces:
Export, NamespaceExport

public class NamespaceExportImpl
extends java.lang.Object
implements NamespaceExport

The representation of an export for the contribution


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

Constructor Detail

NamespaceExportImpl

protected NamespaceExportImpl()
Method Detail

getNamespace

public java.lang.String getNamespace()
Description copied from interface: NamespaceExport
Get Namespace that identifies the export

Specified by:
getNamespace in interface NamespaceExport
Returns:
The exported namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Description copied from interface: NamespaceExport
Set Namespace that identifies the export

Specified by:
setNamespace in interface NamespaceExport
Parameters:
namespace - The exported namespace

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