| Method and Description |
|---|
| org.apache.felix.dm.ResourceHandler.added(URL)
Please use
ResourceHandler.added(URL, Dictionary) instead. When both are specified,
the new method takes precedence and the deprecated one is not invoked. |
| org.apache.felix.dm.ResourceHandler.changed(URL)
Please use
ResourceHandler.changed(URL, Dictionary) instead. When both are specified,
the new method takes precedence and the deprecated one is not invoked. |
| org.apache.felix.dm.ResourceHandler.removed(URL)
Please use
ResourceHandler.removed(URL, Dictionary) instead. When both are specified,
the new method takes precedence and the deprecated one is not invoked. |