public class StepInjectionUtil extends Object
Constructor and Description |
---|
StepInjectionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
compareEntryValues(List<StepInjectionMetaEntry> refEntries,
List<StepInjectionMetaEntry> cmpEntries)
This method compares 2 sets of step injection meta entries.
|
static StepInjectionMetaEntry |
findEntry(List<StepInjectionMetaEntry> entries,
StepMetaInjectionEntryInterface match) |
static StepInjectionMetaEntry |
findEntry(List<StepInjectionMetaEntry> entries,
String key) |
static StepInjectionMetaEntry |
getEntry(StepMetaInjectionEntryInterface entryInterface) |
static StepInjectionMetaEntry |
getEntry(StepMetaInjectionEntryInterface entryInterface,
Object value) |
public static StepInjectionMetaEntry getEntry(StepMetaInjectionEntryInterface entryInterface)
public static StepInjectionMetaEntry getEntry(StepMetaInjectionEntryInterface entryInterface, Object value)
public static StepInjectionMetaEntry findEntry(List<StepInjectionMetaEntry> entries, StepMetaInjectionEntryInterface match)
public static StepInjectionMetaEntry findEntry(List<StepInjectionMetaEntry> entries, String key)
public static void compareEntryValues(List<StepInjectionMetaEntry> refEntries, List<StepInjectionMetaEntry> cmpEntries) throws KettleException
refEntries
- The reference listcmpEntries
- The list to compareKettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.