Class UrlSettingsSource
java.lang.Object
org.apache.maven.building.UrlSource
org.apache.maven.settings.building.UrlSettingsSource
- All Implemented Interfaces:
- Source,- SettingsSource
Deprecated.
Wraps an ordinary 
URL as a settings source.- Author:
- Benjamin Bentmann
- 
Constructor SummaryConstructorsConstructorDescriptionUrlSettingsSource(URL settingsUrl) Deprecated.Creates a new model source backed by the specified URL.
- 
Method SummaryMethods inherited from class org.apache.maven.building.UrlSourceequals, getInputStream, getLocation, getUrl, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.building.SourcegetInputStream, getLocation
- 
Constructor Details- 
UrlSettingsSourceDeprecated.Creates a new model source backed by the specified URL.- Parameters:
- settingsUrl- The settings URL, must not be- null.
 
 
- 
- 
Method Details- 
getSettingsUrlDeprecated.instead useUrlSource.getUrl()Gets the settings URL of this model source.- Returns:
- The underlying settings URL, never null.
 
 
- 
UrlSource