org.apache.tuscany.sca.contribution
Interface ContributionExport


public interface ContributionExport

The representation of an export for the contribution

Version:
$Rev: 539692 $ $Date: 2007-05-19 07:06:18 +0100 (Sat, 19 May 2007) $

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
 

Method Detail

getNamespace

java.lang.String getNamespace()
Get Namespace that identifies the export

Returns:
The exported namespace

setNamespace

void setNamespace(java.lang.String namespace)
Set Namespace that identifies the export

Parameters:
namespace - The exported namespace

getModelResolver

ModelResolver getModelResolver()
Returns the model resolver for the models representing artifacts made available by this export.

Returns:
The model resolver

setModelResolver

void setModelResolver(ModelResolver modelResolver)
Sets the model resolver for the models representing artifacts made available by this export.

Parameters:
modelResolver -