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 StepMetaInjectionInterface
org.pentaho.di.core.exception.KettleException
public void injectStepMetadataEntries(List<StepInjectionMetaEntry> all) throws org.pentaho.di.core.exception.KettleException
StepMetaInjectionInterface
injectStepMetadataEntries
in interface StepMetaInjectionInterface
all
- the metadata to inject.org.pentaho.di.core.exception.KettleException
public List<StepInjectionMetaEntry> extractStepMetadataEntries() throws org.pentaho.di.core.exception.KettleException
StepMetaInjectionInterface
extractStepMetadataEntries
in interface StepMetaInjectionInterface
org.pentaho.di.core.exception.KettleException
public TextFileInputMeta getMeta()