UrlSource
@Deprecated public class UrlSettingsSource extends UrlSource implements SettingsSource
URL
as a settings source.Constructor and Description |
---|
UrlSettingsSource(URL settingsUrl)
Deprecated.
Creates a new model source backed by the specified URL.
|
Modifier and Type | Method and Description |
---|---|
URL |
getSettingsUrl()
Deprecated.
instead use
UrlSource.getUrl() |
getInputStream, getLocation, getUrl, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getInputStream, getLocation
public UrlSettingsSource(URL settingsUrl)
settingsUrl
- The settings URL, must not be null
.@Deprecated public URL getSettingsUrl()
UrlSource.getUrl()
null
.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.