Class SourceFile

java.lang.Object
com.orchestranetworks.addon.dml.SourceFile
All Implemented Interfaces:
DataModelSource

public final class SourceFile extends Object implements DataModelSource
Specifies the configuration to create a data model source from a file.
Since:
2.6.2
  • Constructor Details

    • SourceFile

      public SourceFile(String name, File inputFile)
  • Method Details

    • getInputFile

      public File getInputFile()
      Returns the specified file used for generating the data model.
    • getXMLTablePaths

      public Set<String> getXMLTablePaths()
      Returns the table's paths when generating the data model from an XML file.
    • setXMLTablePaths

      public void setXMLTablePaths(Set<String> xmlTablePaths)
      Sets the table's paths when generating the data model from an XML file.
    • getName

      public 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:
      getName in interface DataModelSource