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

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

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

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

Methods in org.apache.maven.plugin.pmd.model with parameters of type PmdFile
 void PmdErrorDetail.addFile(PmdFile pmdFile)
          Method addFile.
 void PmdErrorDetail.removeFile(PmdFile pmdFile)
          Method removeFile.
 

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



Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.