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