com.cleancode.net
Class SimpleHtmlToText.Test

java.lang.Object
  extended by com.cleancode.net.SimpleHtmlToText.Test
Enclosing class:
SimpleHtmlToText

public static class SimpleHtmlToText.Test
extends Object

A standalone test class. Converts the specified file to text and prints the results to stdout. Diagnostic output is printed on stderr.


Constructor Summary
SimpleHtmlToText.Test()
           
 
Method Summary
static void main(String[] args)
          Main program for this standalone test class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHtmlToText.Test

public SimpleHtmlToText.Test()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Main program for this standalone test class.

Usage: SimpleHtmlToText$Test filename

Parameters:
args - filename to convert
Throws:
IOException - if any problem reading file.


CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads