edu.umd.cs.findbugs
Class FindBugs.ArchiveWorkListItem
java.lang.Object
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.
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 |
fileName
private java.lang.String fileName
explicit
private boolean explicit
FindBugs.ArchiveWorkListItem
public FindBugs.ArchiveWorkListItem(java.lang.String fileName,
boolean explicit)
- Constructor.
- Parameters:
fileName
- file/directory/URLexplicit
- 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)
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.