public final class NewDriver extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static void addURL(String path) throws MalformedURLException
path
- to be added.MalformedURLException
- when path
points to an invalid urlpublic static void addURL(URL url)
url
- The URL
to add to the classpathpublic static void addPath(String path) throws MalformedURLException
path
- to add to the loader and system classpathMalformedURLException
- if path
can not be transformed to a valid
URL
public static String getJMeterDir()
public static void main(String[] args)
args
- the command line argumentsCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.