public static interface ClassPathSupport.Selector
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ACTIVE_CLASS_PATH
The name of the
activeClassPath property. |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds
PropertyChangeListener listening on active ClassPath change. |
ClassPath |
getActiveClassPath()
Returns the active
ClassPath. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes
PropertyChangeListener listening on active ClassPath change. |
static final String PROP_ACTIVE_CLASS_PATH
activeClassPath property.@NonNull ClassPath getActiveClassPath()
ClassPath.ClassPathvoid addPropertyChangeListener(@NonNull PropertyChangeListener listener)
PropertyChangeListener listening on active ClassPath change.listener - the listener notified when an active ClassPath selection changesvoid removePropertyChangeListener(@NonNull PropertyChangeListener listener)
PropertyChangeListener listening on active ClassPath change.listener - the listener to be removed