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.measurement
Class ApplicationMeasurementFactory
java.lang.Object
|
+--jmt.application.measurement.ApplicationMeasurementFactory
- public final class ApplicationMeasurementFactory
- extends java.lang.Object
Main static factory of the jmt.application.measurement package.
The factory provides a creation method for the default measurement
method set to be used by the application.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationMeasurementFactory
public ApplicationMeasurementFactory()
createMethodStructure
public static MethodStructure createMethodStructure(ClassOrInterface clazz)
- Creates the method structure of the ClassOrInterface instance.
Creating a structure from a Interfaze instance will not be
correct in the meaning of inheritance tree.
- Parameters:
clazz - The clazz intance to create the structure of.