Package com.orchestranetworks.dma.api
Class DataModelingPublicationSpec
java.lang.Object
com.orchestranetworks.dma.api.DataModelingPublicationSpec
- Direct Known Subclasses:
DataModelingEmbeddedPublicationSpec,DataModelingPackagedPublicationSpec
Defines the settings for publishing a data model.
-
Method Summary
Modifier and TypeMethodDescriptionstatic final DataModelingPublicationSpecforDataModel(DMADataModel aDataModel) Creates a specification according to the configuration of the specified data model.
-
Method Details
-
forDataModel
Creates a specification according to the configuration of the specified data model.- Throws:
IllegalArgumentException- if the specified data model isnull.
-