org.apache.tuscany.sca.contribution.java.impl
Class JavaExportImpl

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

public class JavaExportImpl
extends java.lang.Object
implements JavaExport

Implementation of a Java Import model


Constructor Summary
JavaExportImpl()
           
 
Method Summary
 ModelResolver getModelResolver()
          Returns the model resolver for the models representing artifacts made available by this export.
 java.lang.String getPackage()
          Get java package that identifies the import
 void setModelResolver(ModelResolver modelResolver)
          Sets the model resolver for the models representing artifacts made available by this export.
 void setPackage(java.lang.String packageName)
          Set java package that identifies the import
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaExportImpl

public JavaExportImpl()
Method Detail

getPackage

public java.lang.String getPackage()
Description copied from interface: JavaExport
Get java package that identifies the import

Specified by:
getPackage in interface JavaExport
Returns:
The package name

setPackage

public void setPackage(java.lang.String packageName)
Description copied from interface: JavaExport
Set java package that identifies the import

Specified by:
setPackage in interface JavaExport
Parameters:
packageName - The package name

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