public class DenormaliserMetaInjection extends Object implements StepMetaInjectionInterface
| Constructor and Description | 
|---|
DenormaliserMetaInjection(DenormaliserMeta meta)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<StepInjectionMetaEntry> | 
extractStepMetadataEntries()
Extracts the step metadata in a standard fashion. 
 | 
DenormaliserMeta | 
getMeta()  | 
List<StepInjectionMetaEntry> | 
getStepInjectionMetadataEntries()  | 
void | 
injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
Inject the metadata specified into the step metadata 
 | 
public DenormaliserMetaInjection(DenormaliserMeta 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 DenormaliserMeta getMeta()