com.cleancode.format
Class SimpleJavadocToPod.Test
java.lang.Object
com.cleancode.format.SimpleJavadocToPod.Test
- Enclosing class:
- SimpleJavadocToPod
public static class SimpleJavadocToPod.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 |
SimpleJavadocToPod.Test
public SimpleJavadocToPod.Test()
main
public static void main(String[] args)
throws IOException
- Main program for this standalone test class.
Usage: SimpleJavadocToPod$Test filename
Extracts predefined elements from the HTML structure of
the specified file.
- Parameters:
args
- filename to convert
- Throws:
IOException
- if any problem reading file.
CleanCode Java Libraries |
Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 |