org.apache.jmeter
Class JMeter
- JMeterPlugin
Main JMeter class; processes options and starts the GUI, non-GUI or server as appropriate.
HTTP_PROXY_PASS
public static final String HTTP_PROXY_PASS
HTTP_PROXY_USER
public static final String HTTP_PROXY_USER
JMETER_NON_GUI
public static final String JMETER_NON_GUI
convertSubTree
public static void convertSubTree(HashTree tree)
Refactored from AbstractAction.java
isNonGUI
public static boolean isNonGUI()
Check if JMeter is running in non-GUI mode.
- true if JMeter is running in non-GUI mode.
start
public void start(String[] args)
Takes the command line arguments and uses them to determine how to
startup JMeter.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.