java.lang.Object
edu.hm.hafner.analysis.parser.pmd.Pmd

public class Pmd extends Object
Java Bean class for warnings of the PMD format.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • Pmd

      public Pmd()
  • Methodendetails

    • addFile

      public void addFile(File file)
      Adds a new file.
      Parameter:
      file - the file to add
    • addError

      public void addError(PmdError error)
      Adds a new error.
      Parameter:
      error - the error to add
    • getFiles

      public Collection<File> getFiles()
      Returns all files. The returned collection is read-only.
      Gibt zurück:
      all files
    • getErrors

      public Collection<PmdError> getErrors()
      Returns all errors. The returned collection is read-only.
      Gibt zurück:
      all errors