|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.JMeterUtils
This class contains the static utility methods used by JMeter.
Constructor Summary | |
(package private) |
JMeterUtils()
|
Method Summary | |
protected static javax.swing.JButton |
createButton(java.lang.String name,
java.awt.event.ActionListener listener)
|
protected static java.util.Hashtable |
getAlias(java.util.Properties properties)
Creates the vector of alias strings. |
protected static java.util.Hashtable |
getHashtable(java.util.Properties properties,
java.lang.String name)
Creates a vector of strings for all the properties that start with a common prefix. |
protected static javax.swing.ImageIcon |
getImage(java.lang.String name)
This looks for the requested image in the classpath under org.apache.jmeter.images. |
protected static java.util.Properties |
getProperties(java.lang.String file)
This method is used by the init method to load the property file that may even reside in the user space, or in the classpath under org.apache.jmeter.jmeter.properties |
protected static java.util.Vector |
getTimers(java.util.Properties properties)
Creates the vector of Timers plugins. |
protected static java.util.Vector |
getVector(java.util.Properties properties,
java.lang.String name)
Creates a vector of strings for all the properties that start with a common prefix. |
protected static java.util.Vector |
getVisualizers(java.util.Properties properties)
Creates the vector of visualizer plugins. |
protected static java.util.Vector |
instantiate(java.util.Vector v,
java.lang.String className)
Instantiate a vector of classes |
protected static java.util.Vector |
tokenize(java.lang.String string,
java.lang.String separator)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
JMeterUtils()
Method Detail |
protected static java.util.Properties getProperties(java.lang.String file)
protected static javax.swing.ImageIcon getImage(java.lang.String name)
protected static java.util.Vector getTimers(java.util.Properties properties)
protected static java.util.Vector getVisualizers(java.util.Properties properties)
protected static java.util.Hashtable getAlias(java.util.Properties properties)
protected static java.util.Vector getVector(java.util.Properties properties, java.lang.String name)
protected static java.util.Hashtable getHashtable(java.util.Properties properties, java.lang.String name)
protected static java.util.Vector instantiate(java.util.Vector v, java.lang.String className)
protected static java.util.Vector tokenize(java.lang.String string, java.lang.String separator)
protected static javax.swing.JButton createButton(java.lang.String name, java.awt.event.ActionListener listener)
|
Copyright (c) 1998-99 The Java Apache Project | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |