Class Filter


  • public class Filter
    extends java.lang.Object
    Java main application to filter/transform an XML bug collection or bug history collection.
    Author:
    William Pugh
    • Constructor Summary

      Constructors 
      Constructor Description
      Filter()  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filter

        public Filter()
    • Method Detail

      • parsePriority

        public static int parsePriority​(java.lang.String argument)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception