public interface PathResourceImplementation
ClassPathImplementation
Modifier and Type | Field and Description |
---|---|
static String |
PROP_ROOTS |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds property change listener.
|
ClassPathImplementation |
getContent()
Returns ClassPathImplementation representing the content of the PathResourceImplementation.
|
URL[] |
getRoots()
Roots of the class path entry.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes property change listener.
|
static final String PROP_ROOTS
URL[] getRoots()
ClassPathImplementation getContent()
Semi-deprecated. There was never a real reason for this method to exist.
If implementing PathResourceImplementation
you can simply return null;
it is unlikely anyone will call this method anyway.
void addPropertyChangeListener(PropertyChangeListener listener)
listener
- void removePropertyChangeListener(PropertyChangeListener listener)
listener
-