net.sourceforge.pmd.ant

Class Formatter

public class Formatter extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Method Summary
voidend(Report errorReport)
RenderergetRenderer()
booleanisNoOutputSupplied()
voidsetLinePrefix(String linePrefix)
voidsetLinkPrefix(String linkPrefix)
voidsetShowSuppressed(boolean value)
voidsetToConsole(boolean toConsole)
voidsetToFile(File toFile)
voidsetType(String type)
voidstart(String baseDir)
StringtoString()

Method Detail

end

public void end(Report errorReport)

getRenderer

public Renderer getRenderer()

isNoOutputSupplied

public boolean isNoOutputSupplied()

setLinePrefix

public void setLinePrefix(String linePrefix)

setLinkPrefix

public void setLinkPrefix(String linkPrefix)

setShowSuppressed

public void setShowSuppressed(boolean value)

setToConsole

public void setToConsole(boolean toConsole)

setToFile

public void setToFile(File toFile)

setType

public void setType(String type)

start

public void start(String baseDir)

toString

public String toString()