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

java.lang.Object
  extended by com.ibm.batch.container.modelresolver.impl.AnalyzerPropertyResolverImpl
All Implemented Interfaces:
PropertyResolver<Analyzer>

public class AnalyzerPropertyResolverImpl
extends Object
implements PropertyResolver<Analyzer>


Constructor Summary
AnalyzerPropertyResolverImpl()
           
 
Method Summary
 Analyzer substituteProperties(Analyzer b)
          Convenience method that is the same as calling substituteProperties(batchElement, null, null)
 Analyzer substituteProperties(Analyzer b, Properties submittedProps)
          Convenience method that is the same as calling substituteProperties(batchElement, submittedProps, null)
 Analyzer substituteProperties(Analyzer b, Properties submittedProps, Properties parentProps)
          Performs property substitution on a given batch element b and all nested sub elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzerPropertyResolverImpl

public AnalyzerPropertyResolverImpl()
Method Detail

substituteProperties

public Analyzer substituteProperties(Analyzer b)
Description copied from interface: PropertyResolver
Convenience method that is the same as calling substituteProperties(batchElement, null, null)

Specified by:
substituteProperties in interface PropertyResolver<Analyzer>
Returns:

substituteProperties

public Analyzer substituteProperties(Analyzer 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<Analyzer>

substituteProperties

public Analyzer substituteProperties(Analyzer 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<Analyzer>
submittedProps - Properties submitted as job parameters
parentProps - Properties inherited from parent elements
Returns:


Copyright © 2013. All Rights Reserved.