edu.umd.cs.findbugs
Class FindBugs.ArchiveWorkListItem

java.lang.Object
  extended by edu.umd.cs.findbugs.FindBugs.ArchiveWorkListItem
Enclosing class:
FindBugs

private static class FindBugs.ArchiveWorkListItem
extends java.lang.Object

Work list item specifying a file/directory/URL containing class files to analyze.


Field Summary
private  boolean explicit
           
private  java.lang.String fileName
           
 
Constructor Summary
FindBugs.ArchiveWorkListItem(java.lang.String fileName, boolean explicit)
          Constructor.
 
Method Summary
 java.lang.String getFileName()
          Get the file/directory/URL.
 boolean isExplicit()
          Return whether this class source appeared explicitly in the project file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

private java.lang.String fileName

explicit

private boolean explicit
Constructor Detail

FindBugs.ArchiveWorkListItem

public FindBugs.ArchiveWorkListItem(java.lang.String fileName,
                                    boolean explicit)
Constructor.

Parameters:
fileName - file/directory/URL
explicit - true if this source of classes appeared explicitly in the project file, false if was found indirectly (e.g., a nested jar file in a .war file)
Method Detail

getFileName

public java.lang.String getFileName()
Get the file/directory/URL.


isExplicit

public boolean isExplicit()
Return whether this class source appeared explicitly in the project file.