|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.Project.WorkList
private static class Project.WorkList
Worklist for finding implicit classpath entries.
| Field Summary | |
|---|---|
private java.util.HashSet<java.lang.String> |
addedSet
|
private java.util.LinkedList<Project.WorkListItem> |
itemList
|
| Constructor Summary | |
|---|---|
Project.WorkList()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
add(Project.WorkListItem item)
Add a worklist item. |
java.net.URL |
createRelativeURL(java.net.URL base,
java.lang.String fileName)
Create a URL of a file relative to another URL. |
java.net.URL |
createURL(java.lang.String fileName)
Create a URL from a filename specified in the project file. |
Project.WorkListItem |
getNextItem()
Get the next item in the worklist. |
boolean |
isEmpty()
Return whether or not the worklist is empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.LinkedList<Project.WorkListItem> itemList
private java.util.HashSet<java.lang.String> addedSet
| Constructor Detail |
|---|
public Project.WorkList()
| Method Detail |
|---|
public java.net.URL createURL(java.lang.String fileName)
throws java.net.MalformedURLException
java.net.MalformedURLException
public java.net.URL createRelativeURL(java.net.URL base,
java.lang.String fileName)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic boolean add(Project.WorkListItem item)
item - the WorkListItem representing a zip/jar file to be examined
public boolean isEmpty()
public Project.WorkListItem getNextItem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||