Uses of Interface
org.apache.maven.plugins.pmd.ExcludeFromFile
Packages that use ExcludeFromFile
-
Uses of ExcludeFromFile in org.apache.maven.plugins.pmd
Classes in org.apache.maven.plugins.pmd that implement ExcludeFromFileModifier and TypeClassDescriptionclassThis class contains utility methods to load property files which define which files should be excluded from the CPD duplication results.classThis class contains utility for loading property files, which define which PMD violations from which classes should be ignored and not cause a failure.Constructors in org.apache.maven.plugins.pmd with parameters of type ExcludeFromFileModifierConstructorDescriptionprotectedAbstractPmdViolationCheckMojo(ExcludeFromFile<D> excludeFromFile) Initialize this abstact check mojo by giving the correct ExcludeFromFile helper.