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 void
PmdErrorDetail. addFile(PmdFile pmdFile)
Method addFile.void
PmdErrorDetail. 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 void
PmdErrorDetail. setFiles(java.util.List<PmdFile> files)
Set the files field.
-