Class TextFileCSVImportProgressDialog
- java.lang.Object
-
- org.pentaho.di.ui.trans.steps.textfileinput.TextFileCSVImportProgressDialog
-
- All Implemented Interfaces:
CsvInputAwareImportProgressDialog
public class TextFileCSVImportProgressDialog extends Object implements CsvInputAwareImportProgressDialog
Deprecated.replaced by implementation in the ...steps.fileinput.text packageTakes care of displaying a dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.- Since:
- 07-apr-2005
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description TextFileCSVImportProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.steps.textfileinput.InputFileMetaInterface meta, org.pentaho.di.trans.TransMeta transMeta, InputStreamReader reader, int samples, boolean replaceMeta)
Deprecated.construct with BufferedInputStreamReaderTextFileCSVImportProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.steps.textfileinput.InputFileMetaInterface meta, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.steps.fileinput.text.BufferedInputStreamReader reader, int samples, boolean replaceMeta)
Deprecated.Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
open()
Deprecated.String
open(boolean failOnParseError)
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pentaho.di.ui.trans.step.common.CsvInputAwareImportProgressDialog
getStringFromRow
-
-
-
-
Constructor Detail
-
TextFileCSVImportProgressDialog
@Deprecated public TextFileCSVImportProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.steps.textfileinput.InputFileMetaInterface meta, org.pentaho.di.trans.TransMeta transMeta, InputStreamReader reader, int samples, boolean replaceMeta)
Deprecated.construct with BufferedInputStreamReader
-
TextFileCSVImportProgressDialog
public TextFileCSVImportProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.steps.textfileinput.InputFileMetaInterface meta, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.steps.fileinput.text.BufferedInputStreamReader reader, int samples, boolean replaceMeta)
Deprecated.Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
-
-
Method Detail
-
open
public String open()
Deprecated.
-
open
public String open(boolean failOnParseError)
Deprecated.- Specified by:
open
in interfaceCsvInputAwareImportProgressDialog
- Parameters:
failOnParseError
- if set to true, parsing failure on any line will cause parsing to be terminated; when set to false, parsing failure on a given line will not prevent remaining lines from being parsed - this allows us to analyze fields, even if some field is mis-configured and causes a parsing error for the values of that field.
-
-