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 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.findbugs.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.findbugs.util.model
 

Methods in hudson.plugins.findbugs.util.model that return WorkspaceFile
 WorkspaceFile AnnotationContainer.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> AnnotationContainer.getFiles()
          Gets the files of this container that have annotations.
 



Copyright © 2008. All Rights Reserved.