TextFileOutputMeta instead.@Deprecated public class TextFileOutputLegacyMeta extends TextFileOutputMeta
FILE_COMPRESSION_TYPE_NONE, FILE_COMPRESSION_TYPE_ZIP, fileCompressionTypeCodes, formatMapperLineTerminatordateInFilename, extension, fileName, partNrInFilename, stepNrInFilename, timeInFilenameattributes, databases, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE| Constructor and Description |
|---|
TextFileOutputLegacyMeta()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildFilename(String filename,
String extension,
VariableSpace space,
int stepnr,
String partnr,
int splitnr,
boolean ziparchive,
TextFileOutputMeta meta)
Deprecated.
|
StepInterface |
getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
Deprecated.
Get the executing step, needed by Trans to launch a step.
|
boolean |
isFileAsCommand()
Deprecated.
|
protected void |
readData(Node stepnode,
org.pentaho.metastore.api.IMetaStore metastore)
Deprecated.
|
void |
readRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_step,
List<DatabaseMeta> databases)
Deprecated.
Read the steps information from a Kettle repository
|
protected void |
saveFileOptions(StringBuilder retval)
Deprecated.
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_transformation,
ObjectId id_step)
Deprecated.
Save the steps data into a Kettle repository
|
void |
setDefault()
Deprecated.
Set default values
|
void |
setFileAsCommand(boolean fileAsCommand)
Deprecated.
|
allocate, buildFilename, check, clone, exportResources, extractStepMetadataEntries, getEnclosure, getEncoding, getEndedLine, getFields, getFields, getFileFormat, getFileNameField, getFooterShift, 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, resolve, 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, setTimeInFilenamebuildFilename, buildFilename, buildFilename, buildFilename, getDateTimeFormat, getExtension, getFileCompression, getFileName, getFilePaths, getFiles, getPartPrefix, isDateInFilename, isPartNrInFilename, isSpecifyingFormat, isStepNrInFilename, isTimeInFilename, setDateTimeFormat, setExtension, setFileCompression, setFileName, setSpecifyingFormatwritesToFileanalyseImpact, analyseImpact, cancelQueries, check, check, createEntry, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, findAttribute, findParent, findParentEntry, getActiveReferencedObjectDescription, getDescription, getDialogClassName, 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, supportsErrorHandlingequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyseImpact, analyseImpact, cancelQueries, check, cleanAfterHopFromRemove, cleanAfterHopFromRemove, cleanAfterHopToRemove, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, fetchTransMeta, getActiveReferencedObjectDescription, getDialogClassName, 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, supportsErrorHandlingpublic boolean isFileAsCommand()
isFileAsCommand in class BaseFileOutputMetapublic void setFileAsCommand(boolean fileAsCommand)
setFileAsCommand in class BaseFileOutputMetafileAsCommand - The fileAsCommand to setprotected void readData(Node stepnode, org.pentaho.metastore.api.IMetaStore metastore) throws KettleXMLException
readData in class TextFileOutputMetaKettleXMLExceptionpublic void setDefault()
StepMetaInterfacesetDefault in interface StepMetaInterfacesetDefault in class TextFileOutputMetaprotected void saveFileOptions(StringBuilder retval)
saveFileOptions in class TextFileOutputMetapublic void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_step, List<DatabaseMeta> databases) throws KettleException
StepMetaInterfacereadRep in interface StepMetaInterfacereadRep in class TextFileOutputMetarep - The repository to read frommetaStore - The MetaStore to read external information fromid_step - The step IDdatabases - The databases to referenceKettleException - When an unexpected error occurred (database, network, etc)public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_transformation, ObjectId id_step) throws KettleException
StepMetaInterfacesaveRep in interface StepMetaInterfacesaveRep in class TextFileOutputMetarep - The Kettle repository to save tometaStore - the metaStore to optionally write toid_transformation - The transformation IDid_step - The step IDKettleException - When an unexpected error occurred (database, network, etc)public String buildFilename(String filename, String extension, VariableSpace space, int stepnr, String partnr, int splitnr, boolean ziparchive, TextFileOutputMeta meta)
buildFilename in class TextFileOutputMetapublic StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
StepMetaInterfacegetStep in interface StepMetaInterfacegetStep in class TextFileOutputMetastepMeta - 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 transformationCopyright © 2018 Hitachi Vantara. All rights reserved.