ua.gradsoft.javachecker
Class DefectReportItem

java.lang.Object
  extended by ua.gradsoft.javachecker.DefectReportItem

public class DefectReportItem
extends java.lang.Object

Defect report item.

Author:
Ruslan Shevchenko

Constructor Summary
DefectReportItem(java.lang.String category, java.lang.String description, FileAndLine marker)
          Creates a new instance of DefectReport
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 FileAndLine getFileAndLine()
           
 void println(java.io.PrintStream out, ReportFormat format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefectReportItem

public DefectReportItem(java.lang.String category,
                        java.lang.String description,
                        FileAndLine marker)
Creates a new instance of DefectReport

Method Detail

println

public void println(java.io.PrintStream out,
                    ReportFormat format)

getCategory

public java.lang.String getCategory()

getDescription

public java.lang.String getDescription()

getFileAndLine

public FileAndLine getFileAndLine()