Uses of Class
org.apache.maven.plugin.pmd.model.Violation

Packages that use Violation
org.apache.maven.plugin.pmd   
org.apache.maven.plugin.pmd.model   
 

Uses of Violation in org.apache.maven.plugin.pmd
 

Methods in org.apache.maven.plugin.pmd that return types with arguments of type Violation
protected  List<Violation> PmdViolationCheckMojo.getErrorDetails(File pmdFile)
           
protected  ViolationDetails<Violation> PmdViolationCheckMojo.newViolationDetailsInstance()
           
 

Methods in org.apache.maven.plugin.pmd with parameters of type Violation
protected  int PmdViolationCheckMojo.getPriority(Violation errorDetail)
           
protected  boolean PmdViolationCheckMojo.isExcludedFromFailure(Violation errorDetail)
           
protected  void PmdViolationCheckMojo.printError(Violation item, String severity)
          Formats the failure details and prints them as an INFO message
 

Uses of Violation in org.apache.maven.plugin.pmd.model
 

Methods in org.apache.maven.plugin.pmd.model that return types with arguments of type Violation
 List<Violation> PmdFile.getViolations()
          Method getViolations.
 

Methods in org.apache.maven.plugin.pmd.model with parameters of type Violation
 void PmdFile.addViolation(Violation violation)
          Method addViolation.
 void PmdFile.removeViolation(Violation violation)
          Method removeViolation.
 

Method parameters in org.apache.maven.plugin.pmd.model with type arguments of type Violation
 void PmdFile.setViolations(List<Violation> violations)
          Set the violations field.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.