org.pentaho.di.trans.steps.fixedinput
Class FixedInputMetaInjection
java.lang.Object
org.pentaho.di.trans.steps.fixedinput.FixedInputMetaInjection
- All Implemented Interfaces:
- StepMetaInjectionInterface
public class FixedInputMetaInjection
- extends Object
- implements StepMetaInjectionInterface
Metadata injection interface for the Fixed File Input step.
- Author:
- Matt
FixedInputMetaInjection
public FixedInputMetaInjection(FixedInputMeta meta)
getStepInjectionMetadataEntries
public List<StepInjectionMetaEntry> getStepInjectionMetadataEntries()
throws KettleException
- Specified by:
getStepInjectionMetadataEntries
in interface StepMetaInjectionInterface
- Returns:
- A list of step injection metadata entries. In case the data type of the entry is NONE (0) you will get at least one entry in the details section.
You can use this list
- Throws:
KettleException
injectStepMetadataEntries
public void injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
throws KettleException
- Specified by:
injectStepMetadataEntries
in interface StepMetaInjectionInterface
- Throws:
KettleException
getMeta
public FixedInputMeta getMeta()