|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.NewDriver
public final class NewDriver
Main class for JMeter - sets up initial classpath and the loader.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addURL(String path)
path
- to be added.public static void addURL(URL url)
url
- public static void addPath(String path) throws MalformedURLException
path
- to add to the loader and system classpath
MalformedURLException
public static String getJMeterDir()
public static void main(String[] args)
args
- the command line arguments
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |