Package org.apache.jmeter
Class JMeter
java.lang.Object
org.apache.jmeter.JMeter
- All Implemented Interfaces:
JMeterPlugin
Main JMeter class; processes options and starts the GUI, non-GUI or server as appropriate.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertSubTree
(HashTree tree) Refactored from AbstractAction.javaString[][]
String[][]
static boolean
isNonGUI()
Check if JMeter is running in non-GUI mode.void
Takes the command line arguments and uses them to determine how to startup JMeter.
-
Field Details
-
UDP_PORT_DEFAULT
public static final int UDP_PORT_DEFAULT- See Also:
-
HTTP_PROXY_PASS
- See Also:
-
HTTP_PROXY_USER
- See Also:
-
JMETER_NON_GUI
- See Also:
-
-
Constructor Details
-
JMeter
public JMeter()
-
-
Method Details
-
start
Takes the command line arguments and uses them to determine how to startup JMeter. Called reflectively byNewDriver.main(String[])
- Parameters:
args
- The arguments for JMeter
-
convertSubTree
Refactored from AbstractAction.java- Parameters:
tree
- TheHashTree
to convert
-
getIconMappings
- Specified by:
getIconMappings
in interfaceJMeterPlugin
-
getResourceBundles
- Specified by:
getResourceBundles
in interfaceJMeterPlugin
-
isNonGUI
public static boolean isNonGUI()Check if JMeter is running in non-GUI mode.- Returns:
- true if JMeter is running in non-GUI mode.
-