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.
Wraps an ordinary
URL as a settings source.-
Constructor Summary
ConstructorsConstructorDescriptionUrlSettingsSource(URL settingsUrl) Deprecated.Creates a new model source backed by the specified URL. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.instead useUrlSource.getUrl()Methods inherited from class org.apache.maven.building.UrlSource
equals, getInputStream, getLocation, getUrl, hashCode, toStringMethods inherited from interface org.apache.maven.building.Source
getInputStream, getLocation
-
Constructor Details
-
UrlSettingsSource
Deprecated.Creates a new model source backed by the specified URL.- Parameters:
settingsUrl- The settings URL, must not benull.
-
-
Method Details
-
getSettingsUrl
Deprecated.instead useUrlSource.getUrl()Gets the settings URL of this model source.- Returns:
- The underlying settings URL, never
null.
-
UrlSource