net.sourceforge.pmd.renderers
Class VBHTMLRenderer
java.lang.Object
extended by net.sourceforge.pmd.renderers.AbstractRenderer
extended by net.sourceforge.pmd.renderers.OnTheFlyRenderer
extended by net.sourceforge.pmd.renderers.VBHTMLRenderer
- All Implemented Interfaces:
- Renderer
public class VBHTMLRenderer
- extends OnTheFlyRenderer
- Version:
- $Revision$ $Date$
- Author:
- Vladimir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VBHTMLRenderer
public VBHTMLRenderer()
start
public void start()
throws java.io.IOException
- Specified by:
start
in interface Renderer
- Specified by:
start
in class OnTheFlyRenderer
- Throws:
java.io.IOException
renderFileViolations
public void renderFileViolations(java.util.Iterator<IRuleViolation> violations)
throws java.io.IOException
- Specified by:
renderFileViolations
in class OnTheFlyRenderer
- Throws:
java.io.IOException
end
public void end()
throws java.io.IOException
- Specified by:
end
in interface Renderer
- Specified by:
end
in class OnTheFlyRenderer
- Throws:
java.io.IOException
Copyright © 2002-2011 InfoEther. All Rights Reserved.