Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.util » [javadoc | source]
org.apache.jmeter.util
public final class: NameUpdater [javadoc | source]
java.lang.Object
   org.apache.jmeter.util.NameUpdater
Method from org.apache.jmeter.util.NameUpdater Summary:
getCurrentName,   getCurrentName,   getCurrentName,   getCurrentTestName
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.util.NameUpdater Detail:
 public static String getCurrentName(String className) 
 public static String getCurrentName(String propertyName,
    String className) 
 public static String getCurrentName(String value,
    String propertyName,
    String className) 
 public static String getCurrentTestName(String testClassName,
    String guiClassName) 
    Looks up test element / gui class combination; if that does not exist in the map, then defaults to getCurrentName.