Class PmdResult

java.lang.Object
org.apache.maven.plugins.pmd.exec.PmdResult

public class PmdResult extends Object
Provides access to the result of the pmd analysis.
  • Field Details

    • EMPTY

      public static final PmdResult EMPTY
  • Constructor Details

    • PmdResult

      public PmdResult(File pmdFile, String encoding) throws org.apache.maven.reporting.MavenReportException
      Throws:
      org.apache.maven.reporting.MavenReportException
  • Method Details