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