Uses of Class
org.apache.maven.plugins.pmd.model.PmdFile
-
Packages that use PmdFile Package Description org.apache.maven.plugins.pmd.model -
-
Uses of PmdFile in org.apache.maven.plugins.pmd.model
Methods in org.apache.maven.plugins.pmd.model that return types with arguments of type PmdFile Modifier and Type Method Description java.util.List<PmdFile>PmdErrorDetail. getFiles()Method getFiles.Methods in org.apache.maven.plugins.pmd.model with parameters of type PmdFile Modifier and Type Method Description voidPmdErrorDetail. addFile(PmdFile pmdFile)Method addFile.voidPmdErrorDetail. removeFile(PmdFile pmdFile)Method removeFile.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type PmdFile Modifier and Type Method Description voidPmdErrorDetail. setFiles(java.util.List<PmdFile> files)Set the files field.
-