Class TextFileInputData
- java.lang.Object
 - 
- org.pentaho.di.trans.step.BaseStepData
 - 
- org.pentaho.di.trans.steps.textfileinput.TextFileInputData
 
 
 
- 
- All Implemented Interfaces:
 StepDataInterface
@Deprecated public class TextFileInputData extends BaseStepData implements StepDataInterface
Deprecated.replaced by implementation in the ...steps.fileinput.text package- Since:
 - 22-jan-2005
 - Author:
 - Matt
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description booleanaddExtensionDeprecated.booleanaddIsHiddenDeprecated.booleanaddLastModificationDateDeprecated.booleanaddPathDeprecated.booleanaddRootUriDeprecated.booleanaddShortFilenameDeprecated.booleanaddSizeDeprecated.booleanaddUriDeprecated.org.pentaho.di.core.row.RowMetaInterfaceconvertRowMetaDeprecated.Object[]currentPassThruFieldsRowDeprecated.FileErrorHandlerdataErrorLineHandlerDeprecated.booleandoneReadingDeprecated.booleandoneWithHeaderDeprecated.StringenclosureDeprecated.EncodingTypeencodingTypeDeprecated.StringescapeCharacterDeprecated.StringextensionDeprecated.org.apache.commons.vfs2.FileObjectfileDeprecated.intfileFormatTypeDeprecated.StringfilenameDeprecated.intfilenrDeprecated.FilePlayListfilePlayListDeprecated.intfileTypeDeprecated.TextFileFilterProcessorfilterProcessorDeprecated.intfooterLinesReadDeprecated.intheaderLinesReadDeprecated.booleanhiddenDeprecated.CompressionInputStreaminDeprecated.booleanisLastFileDeprecated.InputStreamReaderisrDeprecated.DatelastModificationDateTimeDeprecated.List<TextFileLine>lineBufferDeprecated.intlineInFileDeprecated.StringBuilderlineStringBuilderDeprecated.intnr_repeatsDeprecated.intnrLinesOnPageDeprecated.intnrPassThruFieldsDeprecated.org.pentaho.di.core.row.RowMetaInterfaceoutputRowMetaDeprecated.intpageLinesReadDeprecated.HashMap<org.apache.commons.vfs2.FileObject,Object[]>passThruFieldsDeprecated.StringpathDeprecated.Object[]previous_rowDeprecated.Map<String,Boolean>rejectedFilesDeprecated.StringrootUriNameDeprecated.org.pentaho.di.core.RowSetrowSetDeprecated.StringseparatorDeprecated.The separator (delimiter)StringshortFilenameDeprecated.longsizeDeprecated.StringuriNameDeprecated. 
- 
Constructor Summary
Constructors Constructor Description TextFileInputData()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.pentaho.di.core.fileinput.FileInputListgetFiles()Deprecated.voidsetFiles(org.pentaho.di.core.fileinput.FileInputList files)Deprecated.- 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus 
- 
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.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus 
 - 
 
 - 
 
- 
- 
Field Detail
- 
lineBuffer
public List<TextFileLine> lineBuffer
Deprecated. 
- 
previous_row
public Object[] previous_row
Deprecated. 
- 
nr_repeats
public int nr_repeats
Deprecated. 
- 
nrLinesOnPage
public int nrLinesOnPage
Deprecated. 
- 
passThruFields
public HashMap<org.apache.commons.vfs2.FileObject,Object[]> passThruFields
Deprecated. 
- 
currentPassThruFieldsRow
public Object[] currentPassThruFieldsRow
Deprecated. 
- 
nrPassThruFields
public int nrPassThruFields
Deprecated. 
- 
isLastFile
public boolean isLastFile
Deprecated. 
- 
filename
public String filename
Deprecated. 
- 
lineInFile
public int lineInFile
Deprecated. 
- 
file
public org.apache.commons.vfs2.FileObject file
Deprecated. 
- 
filenr
public int filenr
Deprecated. 
- 
in
public CompressionInputStream in
Deprecated. 
- 
isr
public InputStreamReader isr
Deprecated. 
- 
doneReading
public boolean doneReading
Deprecated. 
- 
headerLinesRead
public int headerLinesRead
Deprecated. 
- 
footerLinesRead
public int footerLinesRead
Deprecated. 
- 
pageLinesRead
public int pageLinesRead
Deprecated. 
- 
doneWithHeader
public boolean doneWithHeader
Deprecated. 
- 
dataErrorLineHandler
public FileErrorHandler dataErrorLineHandler
Deprecated. 
- 
filePlayList
public FilePlayList filePlayList
Deprecated. 
- 
filterProcessor
public TextFileFilterProcessor filterProcessor
Deprecated. 
- 
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
Deprecated. 
- 
lineStringBuilder
public StringBuilder lineStringBuilder
Deprecated. 
- 
fileFormatType
public int fileFormatType
Deprecated. 
- 
fileType
public int fileType
Deprecated. 
- 
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
Deprecated. 
- 
rowSet
public org.pentaho.di.core.RowSet rowSet
Deprecated. 
- 
separator
public String separator
Deprecated.The separator (delimiter) 
- 
enclosure
public String enclosure
Deprecated. 
- 
escapeCharacter
public String escapeCharacter
Deprecated. 
- 
addShortFilename
public boolean addShortFilename
Deprecated. 
- 
addExtension
public boolean addExtension
Deprecated. 
- 
addPath
public boolean addPath
Deprecated. 
- 
addSize
public boolean addSize
Deprecated. 
- 
addIsHidden
public boolean addIsHidden
Deprecated. 
- 
addLastModificationDate
public boolean addLastModificationDate
Deprecated. 
- 
addUri
public boolean addUri
Deprecated. 
- 
addRootUri
public boolean addRootUri
Deprecated. 
- 
shortFilename
public String shortFilename
Deprecated. 
- 
path
public String path
Deprecated. 
- 
extension
public String extension
Deprecated. 
- 
hidden
public boolean hidden
Deprecated. 
- 
lastModificationDateTime
public Date lastModificationDateTime
Deprecated. 
- 
uriName
public String uriName
Deprecated. 
- 
rootUriName
public String rootUriName
Deprecated. 
- 
size
public long size
Deprecated. 
- 
encodingType
public EncodingType encodingType
Deprecated. 
 - 
 
 -