| java.lang.Object org.netbeans.spi.java.classpath.support.CompositePathResourceBase
CompositePathResourceBase | abstract public class CompositePathResourceBase implements PathResourceImplementation(Code) | | This class provides a base class for PathResource implementations
since: org.netbeans.api.java/1 1.4 |
addPropertyChangeListener | final public synchronized void addPropertyChangeListener(PropertyChangeListener listener)(Code) | | Adds property change listener.
The listener is notified when the roots of the PathResource are changed.
Parameters: listener - |
createContent | abstract protected ClassPathImplementation createContent()(Code) | | Creates the array of the roots of PathResource.
Most PathResource (directory, jar) have single root,
but the PathResource can have more than one root to
represent more complex resources like libraries.
The returned value is cached.
ClassPathImplementation |
firePropertyChange | final protected void firePropertyChange(String propName, Object oldValue, Object newValue)(Code) | | Fires PropertyChangeEvent
Parameters: propName - name of property Parameters: oldValue - old property value or null Parameters: newValue - new property value or null |
getContent | final public ClassPathImplementation getContent()(Code) | | Returns the ClassPathImplementation representing the content of this PathResourceImplementation
ClassPathImplementation |
getRoots | final public URL[] getRoots()(Code) | | Returns the roots of the PathResource
URL[] |
removePropertyChangeListener | final public synchronized void removePropertyChangeListener(PropertyChangeListener listener)(Code) | | Removes PropertyChangeListener
Parameters: listener - |
|
|