kg.apc.cmd
Class UniversalRunner

java.lang.Object
  extended by kg.apc.cmd.UniversalRunner

public final class UniversalRunner
extends Object

Main class for CLI - sets up initial classpath and the loader. I took it from JMeter, yes, but I changed it a lot.


Method Summary
static String getJARLocation()
          Get the directory where CMD jar is placed.
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

getJARLocation

public static String getJARLocation()
Get the directory where CMD jar is placed. This is the absolute path name.

Returns:
the directory where JMeter is installed.

main

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

Parameters:
args - the command line arguments
Throws:
Throwable


Copyright © 2013. All Rights Reserved.