net.sourceforge.pmd.renderers
Interface Renderer

All Known Implementing Classes:
AbstractRenderer

public interface Renderer


Method Summary
 java.lang.String render(Report report)
          Deprecated. This method consumes too much memory. Use the render method with the Writer argument instead.
 void render(java.io.Writer writer, Report report)
           
 void showSuppressedViolations(boolean show)
           
 

Method Detail

showSuppressedViolations

public void showSuppressedViolations(boolean show)

render

public java.lang.String render(Report report)
Deprecated. This method consumes too much memory. Use the render method with the Writer argument instead.


render

public void render(java.io.Writer writer,
                   Report report)
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2006 InfoEther. All Rights Reserved.