The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
jmt.application
Class JMTApplication
java.lang.Object
|
+--jmt.application.JMTApplication
- public class JMTApplication
- extends java.lang.Object
The main application of the Java Measurement Tool.
To use the java-measurement-tool application for
measuring simply add the source files, archives or directories to its
arguments.
Sample:
java -jar jmt.jar [-config:file.xml] myJar.jar mySource.java myClass.class
|
Method Summary |
static void |
main(java.lang.String[] args)
The main function of the JMTApplication containing the
startup logic. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMTApplication
public JMTApplication()
main
public static void main(java.lang.String[] args)
- The main function of the JMTApplication containing the
startup logic.
- Parameters:
args - The startup or commandline arguments passed by the JavaVM