public class JMeter extends Object implements JMeterPlugin
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_PROXY_PASS |
static String |
HTTP_PROXY_USER |
static String |
JMETER_NON_GUI |
static int |
UDP_PORT_DEFAULT |
Constructor and Description |
---|
JMeter() |
Modifier and Type | Method and Description |
---|---|
static void |
convertSubTree(HashTree tree)
Refactored from AbstractAction.java
|
String[][] |
getIconMappings() |
String[][] |
getResourceBundles() |
static boolean |
isNonGUI()
Check if JMeter is running in non-GUI mode.
|
void |
start(String[] args)
Takes the command line arguments and uses them to determine how to
startup JMeter.
|
public static final int UDP_PORT_DEFAULT
public static final String HTTP_PROXY_PASS
public static final String HTTP_PROXY_USER
public static final String JMETER_NON_GUI
public void start(String[] args)
NewDriver.main(String[])
public static void convertSubTree(HashTree tree)
tree
- public String[][] getIconMappings()
getIconMappings
in interface JMeterPlugin
public String[][] getResourceBundles()
getResourceBundles
in interface JMeterPlugin
public static boolean isNonGUI()
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.