com.pmease.quickbuild.stepsupport
Class ParameterAccessor

java.lang.Object
  extended by com.pmease.quickbuild.stepsupport.ParameterAccessor

public class ParameterAccessor
extends java.lang.Object


Constructor Summary
ParameterAccessor()
           
 
Method Summary
 java.lang.String get(java.lang.String paramName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterAccessor

public ParameterAccessor()
Method Detail

get

public java.lang.String get(java.lang.String paramName)
Get current value of specified repeating parameter. All repeating parameters defined in current and all container steps can be accessed with this method. Null will be returned if the parameter is not found.



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.