Class UrlSettingsSource

java.lang.Object
org.apache.maven.building.UrlSource
org.apache.maven.settings.building.UrlSettingsSource
All Implemented Interfaces:
Source, SettingsSource

@Deprecated public class UrlSettingsSource extends UrlSource implements SettingsSource
Deprecated.
instead use UrlSource
Wraps an ordinary URL as a settings source.
Author:
Benjamin Bentmann
  • Constructor Details

    • UrlSettingsSource

      public UrlSettingsSource(URL settingsUrl)
      Deprecated.
      Creates a new model source backed by the specified URL.
      Parameters:
      settingsUrl - The settings URL, must not be null.
  • Method Details

    • getSettingsUrl

      @Deprecated public URL getSettingsUrl()
      Deprecated.
      instead use UrlSource.getUrl()
      Gets the settings URL of this model source.
      Returns:
      The underlying settings URL, never null.