|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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.pmd.util.model |
|---|
| Methods in hudson.plugins.pmd.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.pmd.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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||