public static class ClassPathTraversal.TraversalState
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected ClassPathTraversal.TraversalListener |
m_Listener |
the traversal listener.
|
protected java.net.URL |
m_URL |
the current URL.
|
| Constructor | Description |
|---|---|
TraversalState(ClassPathTraversal.TraversalListener listener) |
Initializes the state with the listener.
|
| Modifier and Type | Method | Description |
|---|---|---|
ClassPathTraversal.TraversalListener |
getListener() |
Returns the traversal listener.
|
java.net.URL |
getURL() |
Returns the current URL.
|
void |
setURL(java.net.URL value) |
Sets the current URL.
|
protected java.net.URL m_URL
protected ClassPathTraversal.TraversalListener m_Listener
public TraversalState(ClassPathTraversal.TraversalListener listener)
listener - the listener to usepublic void setURL(java.net.URL value)
value - the URLpublic java.net.URL getURL()
public ClassPathTraversal.TraversalListener getListener()
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.