TextFileOutputMeta
instead.@Deprecated public class TextFileOutputLegacyMeta extends TextFileOutputMeta
FILE_COMPRESSION_TYPE_NONE, FILE_COMPRESSION_TYPE_ZIP, fileCompressionTypeCodes, formatMapperLineTerminator
attributes, databases, ioMeta, 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, getDateTimeFormat, getEnclosure, getEncoding, getEndedLine, getExtension, getFields, getFields, getFileCompression, getFileFormat, getFileName, getFileNameField, getFiles, getFooterShift, getNewline, getNewLine, getOutputFields, getSeparator, getSplitEvery, getStepData, getXML, isAddToResultFiles, isCreateParentFolder, isDateInFilename, isDoNotOpenNewFileInit, isEnclosureFixDisabled, isEnclosureForced, isFastDump, isFileAppended, isFileNameInField, isFooterEnabled, isHeaderEnabled, isPadded, isPartNrInFilename, isServletOutput, isSpecifyingFormat, isStepNrInFilename, isTimeInFilename, loadSource, loadSourceRep, loadXML, passDataToServletOutput, readData, resolve, saveSource, saveSourceRep, setAddToResultFiles, setCreateParentFolder, setDateInFilename, setDateTimeFormat, setDoNotOpenNewFileInit, setEnclosure, setEnclosureFixDisabled, setEnclosureForced, setEncoding, setEndedLine, setExtension, setFastDump, setFileAppended, setFileCompression, setFileFormat, setFilename, setFileName, setFileNameField, setFileNameInField, setFooterEnabled, setHeaderEnabled, setNewline, setOutputFields, setPadded, setPartNrInFilename, setSeparator, setServletOutput, setSpecifyingFormat, setSplitEvery, setStepNrInFilename, setTimeInFilename
analyseImpact, 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, 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, supportsErrorHandling
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
analyseImpact, analyseImpact, cancelQueries, check, cleanAfterHopFromRemove, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, 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, supportsErrorHandling
public boolean isFileAsCommand()
public void setFileAsCommand(boolean fileAsCommand)
fileAsCommand
- The fileAsCommand to setprotected void readData(Node stepnode, org.pentaho.metastore.api.IMetaStore metastore) throws KettleXMLException
readData
in class TextFileOutputMeta
KettleXMLException
public void setDefault()
StepMetaInterface
setDefault
in interface StepMetaInterface
setDefault
in class TextFileOutputMeta
protected void saveFileOptions(StringBuilder retval)
saveFileOptions
in class TextFileOutputMeta
public void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_step, List<DatabaseMeta> databases) throws KettleException
StepMetaInterface
readRep
in interface StepMetaInterface
readRep
in class TextFileOutputMeta
rep
- 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
StepMetaInterface
saveRep
in interface StepMetaInterface
saveRep
in class TextFileOutputMeta
rep
- 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 TextFileOutputMeta
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
StepMetaInterface
getStep
in interface StepMetaInterface
getStep
in class TextFileOutputMeta
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 transformationCopyright © 2018 Hitachi Vantara. All rights reserved.