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 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 TableInputMeta getMeta()