Package rma.util

Class JarReport

java.lang.Object
rma.util.JarReport

public class JarReport extends Object
generate a report on the changes to the code since the the last jars were built. expects a file of the format : path|filename|date|comment
  • Field Details

  • Constructor Details

    • JarReport

      public JarReport(String filename)
    • JarReport

      public JarReport(String filename, String dt)
  • Method Details

    • filter

      public void filter()
      filter the file, print the output
    • main

      public static void main(String[] args)