com.ibm.jbatch.container.util
Class DependencyInjectionUtility

java.lang.Object
  extended by com.ibm.jbatch.container.util.DependencyInjectionUtility

public class DependencyInjectionUtility
extends Object


Constructor Summary
DependencyInjectionUtility()
           
 
Method Summary
static String getPropertyValue(List<Property> props, String name)
           
static void injectReferences(Object artifact, InjectionReferences injectionRefs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyInjectionUtility

public DependencyInjectionUtility()
Method Detail

injectReferences

public static void injectReferences(Object artifact,
                                    InjectionReferences injectionRefs)

getPropertyValue

public static String getPropertyValue(List<Property> props,
                                      String name)
Parameters:
props - list of properties from job xml
name - name of the property
Returns:
null if no matching property found


Copyright © 2013. All Rights Reserved.