net.sourceforge.pmd.renderers
Class IDEAJRenderer
java.lang.Object
extended by net.sourceforge.pmd.renderers.AbstractRenderer
extended by net.sourceforge.pmd.renderers.OnTheFlyRenderer
extended by net.sourceforge.pmd.renderers.IDEAJRenderer
- All Implemented Interfaces:
- Renderer
public class IDEAJRenderer
- extends OnTheFlyRenderer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDEAJRenderer
public IDEAJRenderer(java.lang.String[] args)
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.