com.ibm.batch.tck.spi
Interface JSLInheritanceMerger

All Known Implementing Classes:
BatchContainerJSLMerger

public interface JSLInheritanceMerger


Method Summary
 String mergeJob(String parentJobXML, String childJobXML)
           
 String mergeStep(String childJobXml, String parentStepXml, String childStepID)
           
 

Method Detail

mergeStep

String mergeStep(String childJobXml,
                 String parentStepXml,
                 String childStepID)

mergeJob

String mergeJob(String parentJobXML,
                String childJobXML)


Copyright © 2013. All Rights Reserved.