com.ibm.batch.container.modelresolver.impl
Class CollectorPropertyResolverImpl
java.lang.Object
com.ibm.batch.container.modelresolver.impl.CollectorPropertyResolverImpl
- All Implemented Interfaces:
- PropertyResolver<Collector>
public class CollectorPropertyResolverImpl
- extends Object
- implements PropertyResolver<Collector>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectorPropertyResolverImpl
public CollectorPropertyResolverImpl()
substituteProperties
public Collector substituteProperties(Collector b)
- Description copied from interface:
PropertyResolver
- Convenience method that is the same as calling substituteProperties(batchElement,
null, null)
- Specified by:
substituteProperties in interface PropertyResolver<Collector>
- Returns:
substituteProperties
public Collector substituteProperties(Collector b,
Properties submittedProps)
- Description copied from interface:
PropertyResolver
- Convenience method that is the same as calling substituteProperties(batchElement,
submittedProps, null)
- Specified by:
substituteProperties in interface PropertyResolver<Collector>
substituteProperties
public Collector substituteProperties(Collector b,
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.
- Specified by:
substituteProperties in interface PropertyResolver<Collector>
submittedProps - Properties submitted as job parametersparentProps - Properties inherited from parent elements
- Returns:
Copyright © 2013. All Rights Reserved.