com.cleancode.format
Class SimpleJavadocToPod.Test

java.lang.Object
  extended by 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.


Constructor Summary
SimpleJavadocToPod.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

SimpleJavadocToPod.Test

public SimpleJavadocToPod.Test()
Method Detail

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 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads