Class TextFileInputMetaInjection
- java.lang.Object
-
- org.pentaho.di.trans.steps.textfileinput.TextFileInputMetaInjection
-
- All Implemented Interfaces:
StepMetaInjectionInterface
@Deprecated public class TextFileInputMetaInjection extends Object implements StepMetaInjectionInterface
Deprecated.replaced by implementation in the ...steps.fileinput.text packageThis takes care of the external metadata injection into the TextFileInputMeta class- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description TextFileInputMetaInjection(TextFileInputMeta meta)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<StepInjectionMetaEntry>extractStepMetadataEntries()Deprecated.Extracts the step metadata in a standard fashion.TextFileInputMetagetMeta()Deprecated.List<StepInjectionMetaEntry>getStepInjectionMetadataEntries()Deprecated.voidinjectStepMetadataEntries(List<StepInjectionMetaEntry> all)Deprecated.Inject the metadata specified into the step metadata
-
-
-
Constructor Detail
-
TextFileInputMetaInjection
public TextFileInputMetaInjection(TextFileInputMeta meta)
Deprecated.
-
-
Method Detail
-
getStepInjectionMetadataEntries
public List<StepInjectionMetaEntry> getStepInjectionMetadataEntries() throws org.pentaho.di.core.exception.KettleException
Deprecated.- Specified by:
getStepInjectionMetadataEntriesin interfaceStepMetaInjectionInterface- Returns:
- A list of step injection metadata entries. In case the data type of the entry is NONE (0) you will get at least one entry in the details section. You can use this list to see a description of all the metadata.
- Throws:
org.pentaho.di.core.exception.KettleException
-
injectStepMetadataEntries
public void injectStepMetadataEntries(List<StepInjectionMetaEntry> all) throws org.pentaho.di.core.exception.KettleException
Deprecated.Description copied from interface:StepMetaInjectionInterfaceInject the metadata specified into the step metadata- Specified by:
injectStepMetadataEntriesin interfaceStepMetaInjectionInterface- Parameters:
all- the metadata to inject.- Throws:
org.pentaho.di.core.exception.KettleException
-
extractStepMetadataEntries
public List<StepInjectionMetaEntry> extractStepMetadataEntries() throws org.pentaho.di.core.exception.KettleException
Deprecated.Description copied from interface:StepMetaInjectionInterfaceExtracts the step metadata in a standard fashion. Enables unit testing more easily by extracting the step metadata and then doing the re-injection into an empty step.- Specified by:
extractStepMetadataEntriesin interfaceStepMetaInjectionInterface- Returns:
- A list of step injection metadata entries in a standard fashion. Includes both the entry and the value for the entry.
- Throws:
org.pentaho.di.core.exception.KettleException
-
getMeta
public TextFileInputMeta getMeta()
Deprecated.
-
-