com.apelon.beans.dts.plugin.subset.export
Class FileSubsetDataExporter
java.lang.Object
  
com.apelon.beans.dts.plugin.subset.export.SubsetDataExporter
      
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.
 
 
 
 
| 
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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FileSubsetDataExporter
public FileSubsetDataExporter()
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.