net.sourceforge.pmd
Class RuleViolation

java.lang.Object
  |
  +--net.sourceforge.pmd.RuleViolation

public class RuleViolation
extends java.lang.Object


Nested Class Summary
static class RuleViolation.RuleViolationComparator
           
 
Constructor Summary
RuleViolation(Rule rule, int line, RuleContext ctx)
           
RuleViolation(Rule rule, int line, java.lang.String specificDescription, RuleContext ctx)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getFilename()
           
 int getLine()
           
 Rule getRule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleViolation

public RuleViolation(Rule rule,
                     int line,
                     RuleContext ctx)

RuleViolation

public RuleViolation(Rule rule,
                     int line,
                     java.lang.String specificDescription,
                     RuleContext ctx)
Method Detail

getRule

public Rule getRule()

getLine

public int getLine()

getDescription

public java.lang.String getDescription()

getFilename

public java.lang.String getFilename()


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.