public final class SourceFile extends Object implements DataModelSource
Constructor and Description |
---|
SourceFile(String name,
File inputFile) |
Modifier and Type | Method and Description |
---|---|
File |
getInputFile()
Returns the specified file used for generating the data model.
|
String |
getName()
Returns the data model source name.
|
Set<String> |
getXMLTablePaths()
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.
|
public File getInputFile()
public Set<String> getXMLTablePaths()
public void setXMLTablePaths(Set<String> xmlTablePaths)
public String getName()
getName
in interface DataModelSource