Package com.orchestranetworks.addon.dml
Class SourceFile
java.lang.Object
com.orchestranetworks.addon.dml.SourceFile
- All Implemented Interfaces:
DataModelSource
Specifies the configuration to create a data model source from a file.
- Since:
- 2.6.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the specified file used for generating the data model.getName()
Returns the data model source name.Returns the table's paths when generating the data model from an XML file.void
setXMLTablePaths
(Set<String> xmlTablePaths) Sets the table's paths when generating the data model from an XML file.
-
Constructor Details
-
SourceFile
-
-
Method Details
-
getInputFile
Returns the specified file used for generating the data model. -
getXMLTablePaths
Returns the table's paths when generating the data model from an XML file. -
setXMLTablePaths
Sets the table's paths when generating the data model from an XML file. -
getName
Returns the data model source name. If the data model configuration is saved to the Dynamic data modeling dataset, this value is applied to the 'Name' field in the 'Data model' table.- Specified by:
getName
in interfaceDataModelSource
-