Class DependencyInjectionUtility


  • public class DependencyInjectionUtility
    extends Object
    • Constructor Detail

      • DependencyInjectionUtility

        public DependencyInjectionUtility()
    • Method Detail

      • getPropertyValue

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