Class JarProcessor


  • public class JarProcessor
    extends java.lang.Object
    Process a jar file to automatically generate the JMon application deployment descriptor.

    JarProcessor is an command-line entry point (contains a main() method) to process annotations on a set of class files in a specified Jar file for the purpose of automatically generating the jmon-jar.xml JMon deployment descriptor.

    Usage:
    java JarProcessor <jar file>

    See Also:
    Application, EventType, MonitorType
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)