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

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

Uses of WorkspaceFile in hudson.plugins.findbugs.util
 

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

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

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

Methods in hudson.plugins.findbugs.util.model that return types with arguments of type WorkspaceFile
 java.util.Collection<WorkspaceFile> MavenModule.getFiles()
          Gets the files of this module that have annotations.
 java.util.Collection<WorkspaceFile> JavaProject.getFiles()
          Gets the files of this project that have annotations.
 java.util.Collection<WorkspaceFile> JavaPackage.getFiles()
          Gets the files of this package that have annotations.
 

Method parameters in hudson.plugins.findbugs.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.