org.apache.jmeter

Class JMeter

Implemented Interfaces:
JMeterPlugin

public class JMeter
extends Object
implements JMeterPlugin

Main JMeter class; processes options and starts the GUI, non-GUI or server as appropriate.

Field Summary

static String
HTTP_PROXY_PASS
static String
HTTP_PROXY_USER
static String
JMETER_NON_GUI

Constructor Summary

JMeter()

Method Summary

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.

Field Details

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

Constructor Details

JMeter

public JMeter()

Method Details

convertSubTree

public static void convertSubTree(HashTree tree)
Refactored from AbstractAction.java
Parameters:
tree -

getIconMappings

public String[][] getIconMappings()
Specified by:
getIconMappings in interface JMeterPlugin

getResourceBundles

public String[][] getResourceBundles()
Specified by:
getResourceBundles in interface JMeterPlugin

isNonGUI

public static boolean isNonGUI()
Check if JMeter is running in non-GUI mode.
Returns:
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.