Class DirectoryProcessor


  • public class DirectoryProcessor
    extends java.lang.Object
    Process a directory tree of class files to automatically generate the JMon application deployment descriptor.

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

    Usage:
    java DirectoryProcessor [-r] [-d <directory>] [-o <filename>]
    -r recursively visit each directory under <directory>
    -d visit all classfiles (.class) in <directory>
    -o write output to <filename>

    See Also:
    Application, EventType, MonitorType, JarProcessor
    • 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)