org.apache.jmeter
Class NewDriver
public final class NewDriver
Main class for JMeter - sets up initial classpath and the loader.
static void | addPath(String path) - Add a directory or jar to the loader and system classpaths.
|
static void | addURL(String path) - Add a URL to the loader classpath only; does not update the system classpath.
|
static void | addURL(URL url) - Add a URL to the loader classpath only; does not update the system classpath.
|
static String | getJMeterDir() - Get the directory where JMeter is installed.
|
static void | main(String[] args) - The main program which actually runs JMeter.
|
addPath
public static void addPath(String path)
throws MalformedURLException
Add a directory or jar to the loader and system classpaths.
path
- to add to the loader and system classpath
addURL
public static void addURL(String path)
Add a URL to the loader classpath only; does not update the system classpath.
addURL
public static void addURL(URL url)
Add a URL to the loader classpath only; does not update the system classpath.
getJMeterDir
public static String getJMeterDir()
Get the directory where JMeter is installed. This is the absolute path
name.
- the directory where JMeter is installed.
main
public static void main(String[] args)
The main program which actually runs JMeter.
args
- the command line arguments
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.