Package com.orchestranetworks.dma.api
Class DataModelingPackagedPublicationSpec
java.lang.Object
com.orchestranetworks.dma.api.DataModelingPublicationSpec
com.orchestranetworks.dma.api.DataModelingPackagedPublicationSpec
Defines the setting for publishing a data model in a module.
- Since:
- 6.2.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionforPackagedPublication(String aModuleName, String aTargetXSDPathInModule) Creates a specification for publishing a data model in a module.Returns the name of the target module for the publication.Returns the path in module of the target xsd file for publication.Methods inherited from class com.orchestranetworks.dma.api.DataModelingPublicationSpec
forDataModel
-
Method Details
-
getModuleName
Returns the name of the target module for the publication. -
getTargetXSDPathInModule
Returns the path in module of the target xsd file for publication. -
forPackagedPublication
public static DataModelingPackagedPublicationSpec forPackagedPublication(String aModuleName, String aTargetXSDPathInModule) Creates a specification for publishing a data model in a module.- Throws:
IllegalArgumentException- if the module name or the targetXML Schemadocument location is not defined.
-