Class DataModelingPackagedPublicationSpec

java.lang.Object
com.orchestranetworks.dma.api.DataModelingPublicationSpec
com.orchestranetworks.dma.api.DataModelingPackagedPublicationSpec

public final class DataModelingPackagedPublicationSpec extends DataModelingPublicationSpec
Defines the setting for publishing a data model in a module.
Since:
6.2.2
See Also:
  • Method Details

    • getModuleName

      public String getModuleName()
      Returns the name of the target module for the publication.
    • getTargetXSDPathInModule

      public String 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 target XML Schema document location is not defined.