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

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

Uses of WorkspaceFile in hudson.plugins.checkstyle.util
 

Methods in hudson.plugins.checkstyle.util that return WorkspaceFile
 WorkspaceFile FileDetail.getFile(int hashCode)
          Gets the file with the given hash code.
 WorkspaceFile FileDetail.getFile(java.lang.String name)
          Gets the file with the given name.
 

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

Constructors in hudson.plugins.checkstyle.util with parameters of type WorkspaceFile
FileDetail(hudson.model.AbstractBuild<?,?> owner, WorkspaceFile file, java.lang.String defaultEncoding, java.lang.String header)
          Creates a new instance of ModuleDetail.
 

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

Methods in hudson.plugins.checkstyle.util.model that return WorkspaceFile
 WorkspaceFile AnnotationContainer.getFile(int hashCode)
          Gets the file with the given hash code.
 WorkspaceFile AnnotationContainer.getFile(java.lang.String fileName)
          Gets the file with the given name.
 

Methods in hudson.plugins.checkstyle.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.