com.ibm.batch.container.modelresolver.impl
Class SplitPropertyResolverImpl

java.lang.Object
  extended by com.ibm.batch.container.modelresolver.impl.AbstractPropertyResolver<Split>
      extended by com.ibm.batch.container.modelresolver.impl.SplitPropertyResolverImpl
All Implemented Interfaces:
PropertyResolver<Split>

public class SplitPropertyResolverImpl
extends AbstractPropertyResolver<Split>


Constructor Summary
SplitPropertyResolverImpl()
           
 
Method Summary
 Split substituteProperties(Split split, Properties submittedProps, Properties parentProps)
          Performs property substitution on a given batch element b and all nested sub elements.
 
Methods inherited from class com.ibm.batch.container.modelresolver.impl.AbstractPropertyResolver
replaceAllProperties, resolveElementProperties, substituteProperties, substituteProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPropertyResolverImpl

public SplitPropertyResolverImpl()
Method Detail

substituteProperties

public Split substituteProperties(Split split,
                                  Properties submittedProps,
                                  Properties parentProps)
Description copied from interface: PropertyResolver
Performs property substitution on a given batch element b and all nested sub elements. The given batch element is directly modified by this method.

submittedProps - Properties submitted as job parameters
parentProps - Properties inherited from parent elements
Returns:


Copyright © 2013. All Rights Reserved.