Class UrlSettingsSource
- java.lang.Object
-
- org.apache.maven.building.UrlSource
-
- org.apache.maven.settings.building.UrlSettingsSource
-
- All Implemented Interfaces:
org.apache.maven.building.Source
,SettingsSource
@Deprecated public class UrlSettingsSource extends org.apache.maven.building.UrlSource implements SettingsSource
Deprecated.instead useUrlSource
Wraps an ordinaryURL
as a settings source.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description UrlSettingsSource(java.net.URL settingsUrl)
Deprecated.Creates a new model source backed by the specified URL.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.net.URL
getSettingsUrl()
Deprecated.instead useUrlSource.getUrl()
-
Methods inherited from class org.apache.maven.building.UrlSource
getInputStream, getLocation, getUrl, toString
-
-