Apache JMeter
2.2

org.apache.jmeter
Class NewDriver

java.lang.Object
  extended byorg.apache.jmeter.NewDriver

public final class NewDriver
extends Object

Main class for JMeter - sets up initial classpath.

Author:
Michael Stover

Method Summary
static void addPath(String path)
           
static void addURL(String url)
           
static void addURL(URL url)
           
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

addURL

public static void addURL(String url)

addURL

public static void addURL(URL url)

addPath

public static void addPath(String path)
                    throws MalformedURLException
Throws:
MalformedURLException

getJMeterDir

public static String getJMeterDir()
Get the directory where JMeter is installed. This is the absolute path name.

Returns:
the directory where JMeter is installed.

main

public static void main(String[] args)
The main program which actually runs JMeter.

Parameters:
args - the command line arguments

Apache JMeter
2.2

Copyright © 1998-2006 Apache Software Foundation. All Rights Reserved.