public final class CSVExportTemplateSpec extends ImportExportTemplateSpec
Constructor and Description |
---|
CSVExportTemplateSpec(String templateId,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
CSVExportTemplateSpec instance. |
Modifier and Type | Method and Description |
---|---|
File |
getTargetFile()
Returns the target file.
|
getDataset, setDataset
getSession, getTemplateId
public CSVExportTemplateSpec(String templateId, File targetFile, com.orchestranetworks.service.Session session)
CSVExportTemplateSpec
instance.templateId
- The unique template id.targetFile
- The target CSV file for export on table, or the archive file for export on dataset.session
- The session.IllegalArgumentException
- If any parameter is null
.public File getTargetFile()