public class JMeter extends java.lang.Object implements JMeterPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_TREE_ICON_SIZE |
static java.lang.String |
HTTP_PROXY_PASS |
static java.lang.String |
HTTP_PROXY_USER |
static java.lang.String |
JMETER_NON_GUI |
static java.lang.String |
JMETER_REPORT_OUTPUT_DIR_PROPERTY |
protected static java.lang.String |
KEY_SIZE |
static java.lang.String |
TREE_ICON_SIZE |
static int |
UDP_PORT_DEFAULT |
| Constructor and Description |
|---|
JMeter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convertSubTree(HashTree tree)
Remove disabled elements
Replace the ReplaceableController with the target subtree
|
java.lang.String[][] |
getIconMappings() |
java.lang.String[][] |
getResourceBundles() |
static boolean |
isNonGUI()
Check if JMeter is running in non-GUI mode.
|
void |
start(java.lang.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 java.lang.String HTTP_PROXY_PASS
public static final java.lang.String HTTP_PROXY_USER
public static final java.lang.String JMETER_NON_GUI
public static final java.lang.String JMETER_REPORT_OUTPUT_DIR_PROPERTY
public static final java.lang.String TREE_ICON_SIZE
public static final java.lang.String DEFAULT_TREE_ICON_SIZE
protected static final java.lang.String KEY_SIZE
public void start(java.lang.String[] args)
NewDriver.main(String[])args - The arguments for JMeterpublic static void convertSubTree(HashTree tree)
tree - The HashTree to convertpublic java.lang.String[][] getIconMappings()
getIconMappings in interface JMeterPluginpublic java.lang.String[][] getResourceBundles()
getResourceBundles in interface JMeterPluginpublic static boolean isNonGUI()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.