Class TextFileOutputLegacyMeta
java.lang.Object
org.pentaho.di.trans.step.BaseStepMeta
org.pentaho.di.trans.steps.file.BaseFileMeta
org.pentaho.di.trans.steps.file.BaseFileOutputMeta
org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta
org.pentaho.di.trans.steps.textfileoutputlegacy.TextFileOutputLegacyMeta
- All Implemented Interfaces:
Cloneable
,StepAttributesInterface
,StepMetaInterface
Deprecated.
This is deprecated version with capability run as command.
-
Field Summary
Fields inherited from class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta
FILE_COMPRESSION_TYPE_NONE, FILE_COMPRESSION_TYPE_ZIP, fileCompressionTypeCodes, formatMapperLineTerminator, metaWithFieldOptions
Fields inherited from class org.pentaho.di.trans.steps.file.BaseFileOutputMeta
dateInFilename, DEFAULT_DATE_FORMAT, DEFAULT_TIME_FORMAT, extension, fileName, partNrInFilename, stepNrInFilename, timeInFilename
Fields inherited from class org.pentaho.di.trans.step.BaseStepMeta
attributes, databases, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildFilename
(String filename, String extension, org.pentaho.di.core.variables.VariableSpace space, int stepnr, String partnr, int splitnr, boolean ziparchive, TextFileOutputMeta meta) Deprecated.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Get the executing step, needed by Trans to launch a step.boolean
Deprecated.protected void
Deprecated.void
readRep
(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases) Deprecated.Read the steps information from a Kettle repositoryprotected void
saveFileOptions
(StringBuilder retval) Deprecated.void
saveRep
(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) Deprecated.Save the steps data into a Kettle repositoryvoid
Deprecated.Set default valuesvoid
setFileAsCommand
(boolean fileAsCommand) Deprecated.Methods inherited from class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta
allocate, buildFilename, calcMetaWithFieldOptions, check, clone, exportResources, extractStepMetadataEntries, getEnclosure, getEncoding, getEndedLine, getFileFormat, getFileNameField, getFooterShift, getMetaWithFieldOptions, getNewline, getNewLine, getOutputFields, getSeparator, getSplitEvery, getSplitEvery, getSplitEveryRows, getStepData, getXML, isAddToResultFiles, isCreateParentFolder, isDoNotOpenNewFileInit, isEnclosureFixDisabled, isEnclosureForced, isFastDump, isFileAppended, isFileNameInField, isFooterEnabled, isHeaderEnabled, isPadded, isServletOutput, loadSource, loadSourceRep, loadXML, passDataToServletOutput, readData, saveSource, saveSourceRep, setAddToResultFiles, setCreateParentFolder, setDateInFilename, setDoNotOpenNewFileInit, setEnclosure, setEnclosureFixDisabled, setEnclosureForced, setEncoding, setEndedLine, setFastDump, setFileAppended, setFileFormat, setFilename, setFileNameField, setFileNameInField, setFooterEnabled, setHeaderEnabled, setNewline, setOutputFields, setPadded, setPartNrInFilename, setSeparator, setServletOutput, setSplitEvery, setSplitEveryRows, setStepNrInFilename, setTimeInFilename
Methods inherited from class org.pentaho.di.trans.steps.file.BaseFileOutputMeta
buildFilename, buildFilename, buildFilename, buildFilename, getDateTimeFormat, getExtension, getFileCompression, getFileName, getFilePaths, getFiles, getPartPrefix, isDateInFilename, isPartNrInFilename, isSpecifyingFormat, isStepNrInFilename, isTimeInFilename, setDateTimeFormat, setExtension, setFileCompression, setFileName, setSpecifyingFormat
Methods inherited from class org.pentaho.di.trans.steps.file.BaseFileMeta
writesToFile
Methods inherited from class org.pentaho.di.trans.step.BaseStepMeta
analyseImpact, analyseImpact, cancelQueries, check, check, createEntry, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, findAttribute, findParent, findParentEntry, getActiveReferencedObjectDescription, getDescription, getDialogClassName, getFields, getFields, getLog, getLogChannelId, getName, getObjectCopy, getObjectId, getObjectRevision, getObjectType, getOptionalStreams, getParent, getParentStepMeta, getReferencedObjectDescriptions, getRepCode, getRepositoryDirectory, getRequiredFields, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepInjectionMetadataEntries, getStepIOMeta, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getTooltip, getUsedArguments, getUsedDatabaseConnections, getUsedLibraries, getXmlCode, handleStreamSelection, hasChanged, hasRepositoryReferences, isBasic, isDebug, isDetailed, isReferencedObjectEnabled, isRowLevel, loadReferencedObject, loadReferencedObject, loadStepAttributes, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, readRep, readRep, resetStepIoMeta, saveRep, searchInfoAndTargetSteps, setChanged, setChanged, setParentStepMeta, setStepIOMeta, supportsErrorHandling
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepMetaInterface
analyseImpact, analyseImpact, cancelQueries, check, cleanAfterHopFromRemove, cleanAfterHopFromRemove, cleanAfterHopToRemove, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, fetchTransMeta, getActiveReferencedObjectDescription, getDialogClassName, getFields, getFields, getOptionalStreams, getParentStepMeta, getReferencedObjectDescriptions, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getUsedArguments, getUsedDatabaseConnections, getUsedLibraries, handleStreamSelection, hasChanged, hasRepositoryReferences, isReferencedObjectEnabled, loadReferencedObject, loadXML, lookupRepositoryReferences, readRep, resetStepIoMeta, saveRep, searchInfoAndTargetSteps, setChanged, setParentStepMeta, supportsErrorHandling
-
Constructor Details
-
TextFileOutputLegacyMeta
public TextFileOutputLegacyMeta()Deprecated.
-
-
Method Details
-
isFileAsCommand
public boolean isFileAsCommand()Deprecated.- Overrides:
isFileAsCommand
in classBaseFileOutputMeta
- Returns:
- FileAsCommand
-
setFileAsCommand
public void setFileAsCommand(boolean fileAsCommand) Deprecated.- Overrides:
setFileAsCommand
in classBaseFileOutputMeta
- Parameters:
fileAsCommand
- The fileAsCommand to set
-
readData
protected void readData(Node stepnode, org.pentaho.metastore.api.IMetaStore metastore) throws org.pentaho.di.core.exception.KettleXMLException Deprecated.- Overrides:
readData
in classTextFileOutputMeta
- Throws:
org.pentaho.di.core.exception.KettleXMLException
-
setDefault
public void setDefault()Deprecated.Description copied from interface:StepMetaInterface
Set default values- Specified by:
setDefault
in interfaceStepMetaInterface
- Overrides:
setDefault
in classTextFileOutputMeta
-
saveFileOptions
Deprecated.- Overrides:
saveFileOptions
in classTextFileOutputMeta
-
readRep
public void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleException Deprecated.Description copied from interface:StepMetaInterface
Read the steps information from a Kettle repository- Specified by:
readRep
in interfaceStepMetaInterface
- Overrides:
readRep
in classTextFileOutputMeta
- Parameters:
rep
- The repository to read frommetaStore
- The MetaStore to read external information fromid_step
- The step IDdatabases
- The databases to reference- Throws:
org.pentaho.di.core.exception.KettleException
- When an unexpected error occurred (database, network, etc)
-
saveRep
public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException Deprecated.Description copied from interface:StepMetaInterface
Save the steps data into a Kettle repository- Specified by:
saveRep
in interfaceStepMetaInterface
- Overrides:
saveRep
in classTextFileOutputMeta
- Parameters:
rep
- The Kettle repository to save tometaStore
- the metaStore to optionally write toid_transformation
- The transformation IDid_step
- The step ID- Throws:
org.pentaho.di.core.exception.KettleException
- When an unexpected error occurred (database, network, etc)
-
buildFilename
public String buildFilename(String filename, String extension, org.pentaho.di.core.variables.VariableSpace space, int stepnr, String partnr, int splitnr, boolean ziparchive, TextFileOutputMeta meta) Deprecated.- Overrides:
buildFilename
in classTextFileOutputMeta
-
getStep
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Description copied from interface:StepMetaInterface
Get the executing step, needed by Trans to launch a step.- Specified by:
getStep
in interfaceStepMetaInterface
- Overrides:
getStep
in classTextFileOutputMeta
- Parameters:
stepMeta
- The step infostepDataInterface
- the step data interface linked to this step. Here the step can store temporary data, database connections, etc.cnr
- The copy nr to gettransMeta
- The transformation infotrans
- The launching transformation
-
TextFileOutputMeta
instead.