public class TableInputMetaInjection extends Object implements StepMetaInjectionInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
TableInputMetaInjection.Entry |
| Constructor and Description |
|---|
TableInputMetaInjection(TableInputMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
List<StepInjectionMetaEntry> |
extractStepMetadataEntries()
Extracts the step metadata in a standard fashion.
|
TableInputMeta |
getMeta() |
List<StepInjectionMetaEntry> |
getStepInjectionMetadataEntries() |
void |
injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
Inject the metadata specified into the step metadata
|
public TableInputMetaInjection(TableInputMeta meta)
public List<StepInjectionMetaEntry> getStepInjectionMetadataEntries() throws KettleException
getStepInjectionMetadataEntries in interface StepMetaInjectionInterfaceKettleExceptionpublic void injectStepMetadataEntries(List<StepInjectionMetaEntry> all) throws KettleException
StepMetaInjectionInterfaceinjectStepMetadataEntries in interface StepMetaInjectionInterfaceall - the metadata to inject.KettleExceptionpublic List<StepInjectionMetaEntry> extractStepMetadataEntries() throws KettleException
StepMetaInjectionInterfaceextractStepMetadataEntries in interface StepMetaInjectionInterfaceKettleExceptionpublic TableInputMeta getMeta()
Copyright © 2017 Hitachi Vantara. All rights reserved.