org.codehaus.swizzle.depreport
Class Formatter

java.lang.Object
  extended by org.codehaus.swizzle.depreport.Formatter
Direct Known Subclasses:
PlainTextFormatter, WikiFormatter, XmlFormatter

public abstract class Formatter
extends java.lang.Object

Version:
$Revision$ $Date$

Field Summary
protected  java.io.PrintWriter out
           
 
Constructor Summary
protected Formatter(java.io.PrintWriter out)
           
 
Method Summary
abstract  void format(Dependency root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

protected final java.io.PrintWriter out
Constructor Detail

Formatter

protected Formatter(java.io.PrintWriter out)
Method Detail

format

public abstract void format(Dependency root)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.