@Deprecated public class TextFileInputMetaInjection extends Object implements StepMetaInjectionInterface
| Constructor and Description |
|---|
TextFileInputMetaInjection(TextFileInputMeta meta)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepInjectionMetaEntry> |
extractStepMetadataEntries()
Deprecated.
Extracts the step metadata in a standard fashion.
|
TextFileInputMeta |
getMeta()
Deprecated.
|
List<StepInjectionMetaEntry> |
getStepInjectionMetadataEntries()
Deprecated.
|
void |
injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
Deprecated.
Inject the metadata specified into the step metadata
|
public TextFileInputMetaInjection(TextFileInputMeta meta)
public List<StepInjectionMetaEntry> getStepInjectionMetadataEntries() throws org.pentaho.di.core.exception.KettleException
getStepInjectionMetadataEntries in interface StepMetaInjectionInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic void injectStepMetadataEntries(List<StepInjectionMetaEntry> all) throws org.pentaho.di.core.exception.KettleException
StepMetaInjectionInterfaceinjectStepMetadataEntries in interface StepMetaInjectionInterfaceall - the metadata to inject.org.pentaho.di.core.exception.KettleExceptionpublic List<StepInjectionMetaEntry> extractStepMetadataEntries() throws org.pentaho.di.core.exception.KettleException
StepMetaInjectionInterfaceextractStepMetadataEntries in interface StepMetaInjectionInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic TextFileInputMeta getMeta()