Uses of Class
hudson.plugins.pmd.util.model.WorkspaceFile

Packages that use WorkspaceFile
hudson.plugins.pmd.util   
hudson.plugins.pmd.util.model   
 

Uses of WorkspaceFile in hudson.plugins.pmd.util
 

Methods in hudson.plugins.pmd.util that return WorkspaceFile
 WorkspaceFile PackageDetail.getFile(java.lang.String fileName)
          Gets the file with the given name.
 WorkspaceFile ModuleDetail.getFile(java.lang.String fileName)
          Gets the file with the given name.
 

Methods in hudson.plugins.pmd.util that return types with arguments of type WorkspaceFile
 java.util.Collection<WorkspaceFile> PackageDetail.getFiles()
          Gets the files of this container that have annotations.
 java.util.Collection<WorkspaceFile> ModuleDetail.getFiles()
          Gets the files of this container that have annotations.
 

Uses of WorkspaceFile in hudson.plugins.pmd.util.model
 

Methods in hudson.plugins.pmd.util.model that return WorkspaceFile
 WorkspaceFile WorkspaceFile.getFile(java.lang.String fileName)
          Gets the file with the given name.
 WorkspaceFile MavenModule.getFile(java.lang.String fileName)
          Gets the file with the given name.
 WorkspaceFile JavaProject.getFile(java.lang.String name)
          Gets the file with the given name.
 WorkspaceFile AnnotationContainer.getFile(java.lang.String fileName)
          Gets the file with the given name.
 

Methods in hudson.plugins.pmd.util.model that return types with arguments of type WorkspaceFile
 java.util.Collection<WorkspaceFile> WorkspaceFile.getFiles()
          Gets the files of this container that have annotations.
 java.util.Collection<WorkspaceFile> MavenModule.getFiles()
          Gets the files of this container that have annotations.
 java.util.Collection<WorkspaceFile> JavaProject.getFiles()
          Gets the files of this container that have annotations.
 java.util.Collection<WorkspaceFile> AnnotationContainer.getFiles()
          Gets the files of this container that have annotations.
 

Method parameters in hudson.plugins.pmd.util.model with type arguments of type WorkspaceFile
 void JavaProject.addFiles(java.util.Collection<WorkspaceFile> files)
          Adds the specified annotations of the given files to this container.
 



Copyright © 2008. All Rights Reserved.