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

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

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

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

Methods in org.apache.maven.plugin.pmd.model with parameters of type CpdFile
 void Duplication.addFile(CpdFile cpdFile)
          Method addFile.
 void Duplication.removeFile(CpdFile cpdFile)
          Method removeFile.
 

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



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