Apache JMeter
2.1.1

org.apache.jmeter
Class NewDriver

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

public final class NewDriver
extends Object

Version:
$Revision: 1.8.2.3 $
Author:
Michael Stover

Method Summary
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)

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.1.1

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