org.apache.jmeter
Class JMeter
java.lang.Object
org.apache.jmeter.JMeter
- All Implemented Interfaces:
- JMeterPlugin
- public class JMeter
- extends Object
- implements JMeterPlugin
- Version:
- $Revision: 1.27.2.4 $
- Author:
- mstover
Field Summary |
protected static org.apache.commons.cli.avalon.CLOptionDescriptor[] |
options
Define the understood options. |
Method Summary |
String[][] |
getIconMappings()
|
String[][] |
getResourceBundles()
|
void |
start(String[] args)
Takes the command line arguments and uses them to determine how to
startup JMeter. |
void |
startGui(org.apache.commons.cli.avalon.CLOption testFile)
Starts up JMeter in GUI mode |
void |
startNonGui(org.apache.commons.cli.avalon.CLOption testFile,
org.apache.commons.cli.avalon.CLOption logFile,
org.apache.commons.cli.avalon.CLOption remoteStart)
|
void |
startServer()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
protected static final org.apache.commons.cli.avalon.CLOptionDescriptor[] options
- Define the understood options. Each CLOptionDescriptor contains:
- The "long" version of the option. Eg, "help" means that "--help"
will be recognised.
- The option flags, governing the option's argument(s).
- The "short" version of the option. Eg, 'h' means that "-h" will
be recognised.
- A description of the option.
JMeter
public JMeter()
startGui
public void startGui(org.apache.commons.cli.avalon.CLOption testFile)
throws IllegalUserActionException,
IllegalAccessException,
ClassNotFoundException,
InstantiationException
- Starts up JMeter in GUI mode
- Throws:
IllegalUserActionException
IllegalAccessException
ClassNotFoundException
InstantiationException
start
public void start(String[] args)
- Takes the command line arguments and uses them to determine how to
startup JMeter.
startServer
public void startServer()
startNonGui
public void startNonGui(org.apache.commons.cli.avalon.CLOption testFile,
org.apache.commons.cli.avalon.CLOption logFile,
org.apache.commons.cli.avalon.CLOption remoteStart)
throws IllegalUserActionException,
IllegalAccessException,
ClassNotFoundException,
InstantiationException
- Throws:
IllegalUserActionException
IllegalAccessException
ClassNotFoundException
InstantiationException
getIconMappings
public String[][] getIconMappings()
- Specified by:
getIconMappings
in interface JMeterPlugin
getResourceBundles
public String[][] getResourceBundles()
- Specified by:
getResourceBundles
in interface JMeterPlugin
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.