issrg.test.parsingURL
Class ParsedURLTest

java.lang.Object
  extended by issrg.test.parsingURL.ParsedURLTest

public class ParsedURLTest
extends java.lang.Object

This class parses a number of URLs on standard input, and produces the parsed versions of them on standard output. It can be given one or two files as parameters: the first one is the input file, the second one is the output file. Compare the output file with the earlier version: if they are not the same, then the URLs are parsed differently.


Constructor Summary
ParsedURLTest()
           
 
Method Summary
static void main(java.lang.String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsedURLTest

public ParsedURLTest()
Method Detail

main

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