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, metaWithFieldOptionsFields inherited from class org.pentaho.di.trans.steps.file.BaseFileOutputMeta
dateInFilename, DEFAULT_DATE_FORMAT, DEFAULT_TIME_FORMAT, extension, fileName, partNrInFilename, stepNrInFilename, timeInFilenameFields inherited from class org.pentaho.di.trans.step.BaseStepMeta
attributes, databases, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE -
Constructor Summary
Constructors -
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.booleanDeprecated.protected voidDeprecated.voidreadRep(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 voidsaveFileOptions(StringBuilder retval) Deprecated.voidsaveRep(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 repositoryvoidDeprecated.Set default valuesvoidsetFileAsCommand(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, setTimeInFilenameMethods 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, setSpecifyingFormatMethods inherited from class org.pentaho.di.trans.steps.file.BaseFileMeta
writesToFileMethods 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, supportsErrorHandlingMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isFileAsCommandin classBaseFileOutputMeta- Returns:
- FileAsCommand
-
setFileAsCommand
public void setFileAsCommand(boolean fileAsCommand) Deprecated.- Overrides:
setFileAsCommandin 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:
readDatain classTextFileOutputMeta- Throws:
org.pentaho.di.core.exception.KettleXMLException
-
setDefault
public void setDefault()Deprecated.Description copied from interface:StepMetaInterfaceSet default values- Specified by:
setDefaultin interfaceStepMetaInterface- Overrides:
setDefaultin classTextFileOutputMeta
-
saveFileOptions
Deprecated.- Overrides:
saveFileOptionsin 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:StepMetaInterfaceRead the steps information from a Kettle repository- Specified by:
readRepin interfaceStepMetaInterface- Overrides:
readRepin 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:StepMetaInterfaceSave the steps data into a Kettle repository- Specified by:
saveRepin interfaceStepMetaInterface- Overrides:
saveRepin 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:
buildFilenamein classTextFileOutputMeta
-
getStep
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Description copied from interface:StepMetaInterfaceGet the executing step, needed by Trans to launch a step.- Specified by:
getStepin interfaceStepMetaInterface- Overrides:
getStepin 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
-
TextFileOutputMetainstead.