Package com.orchestranetworks.addon.dml
Class SourceFile
- java.lang.Object
- 
- com.orchestranetworks.addon.dml.SourceFile
 
- 
- All Implemented Interfaces:
- DataModelSource
 
 public final class SourceFile extends java.lang.Object implements DataModelSource Specifies the configuration to create a data model source from a file.- Since:
- 2.6.2
 
- 
- 
Constructor SummaryConstructors Constructor Description SourceFile(java.lang.String name, java.io.File inputFile)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetInputFile()Returns the specified file used for generating the data model.java.lang.StringgetName()Returns the data model source name.java.util.Set<java.lang.String>getXMLTablePaths()Returns the table's paths when generating the data model from an XML file.voidsetXMLTablePaths(java.util.Set<java.lang.String> xmlTablePaths)Sets the table's paths when generating the data model from an XML file.
 
- 
- 
- 
Method Detail- 
getInputFilepublic java.io.File getInputFile() Returns the specified file used for generating the data model.
 - 
getXMLTablePathspublic java.util.Set<java.lang.String> getXMLTablePaths() Returns the table's paths when generating the data model from an XML file.
 - 
setXMLTablePathspublic void setXMLTablePaths(java.util.Set<java.lang.String> xmlTablePaths) Sets the table's paths when generating the data model from an XML file.
 - 
getNamepublic java.lang.String 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:
- getNamein interface- DataModelSource
 
 
- 
 
-