com.apelon.beans.dts.plugin.subset.export
Class FileSubsetDataExporter

java.lang.Object
  extended by com.apelon.beans.dts.plugin.subset.export.SubsetDataExporter
      extended by com.apelon.beans.dts.plugin.subset.export.FileSubsetDataExporter

public abstract class FileSubsetDataExporter
extends SubsetDataExporter

This class should be extended to provide a Custom Subset Data Exporter.

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

Since:
3.4.0
Version:
DTS 3.4.0
Author:
Apelon Inc.

Field Summary
 
Fields inherited from class com.apelon.beans.dts.plugin.subset.export.SubsetDataExporter
query
 
Constructor Summary
FileSubsetDataExporter()
           
 
Method Summary
 String getFilePath()
          Returns the export file path.
 void setFilePath(String filePath)
          This method is called to set the export file path by the Export Wizard
 
Methods inherited from class com.apelon.beans.dts.plugin.subset.export.SubsetDataExporter
cancelExport, export, getDisplayText, getStatus, getSummary, setDTSQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSubsetDataExporter

public FileSubsetDataExporter()
Method Detail

setFilePath

public void setFilePath(String filePath)
This method is called to set the export file path by the Export Wizard

Parameters:
filePath -

getFilePath

public String getFilePath()
Returns the export file path.

Returns:
The export file path


Copyright © 2011. All Rights Reserved.