|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.model.AnnotationContainer
hudson.plugins.findbugs.util.model.WorkspaceFile
public class WorkspaceFile
A serializable Java Bean class representing a file in the Hudson workspace.
| Constructor Summary | |
|---|---|
WorkspaceFile(java.lang.String fileName)
Creates a new instance of WorkspaceFile. |
|
| Method Summary | |
|---|---|
WorkspaceFile |
getFile(java.lang.String fileName)
Gets the file with the given name. |
java.util.Collection<WorkspaceFile> |
getFiles()
Gets the files of this container that have annotations. |
java.lang.String |
getShortName()
Returns a readable name of this workspace file without path prefix. |
| Methods inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, addFile, annotationAdded, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getName, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackageCategoryName, getToolTip, hasAnnotations, hasAnnotations, hasAnnotations, rebuildMappings, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkspaceFile(java.lang.String fileName)
WorkspaceFile.
fileName - absolute path of this file| Method Detail |
|---|
public java.lang.String getShortName()
public java.util.Collection<WorkspaceFile> getFiles()
getFiles in class AnnotationContainerpublic WorkspaceFile getFile(java.lang.String fileName)
getFile in class AnnotationContainerfileName - the short name of the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||