com.cleancode.net
Class SimpleHtmlToText.Test
java.lang.Object
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
.
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 |
SimpleHtmlToText.Test
public SimpleHtmlToText.Test()
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 |