UrlSource@Deprecated public class UrlSettingsSource extends UrlSource implements SettingsSource
URL as a settings source.| Constructor and Description |
|---|
UrlSettingsSource(java.net.URL settingsUrl)
Deprecated.
Creates a new model source backed by the specified URL.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getSettingsUrl()
Deprecated.
instead use
UrlSource.getUrl() |
getInputStream, getLocation, getUrl, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInputStream, getLocationpublic UrlSettingsSource(java.net.URL settingsUrl)
settingsUrl - The settings URL, must not be null.@Deprecated public java.net.URL getSettingsUrl()
UrlSource.getUrl()null.