Class UrlSettingsSource

  • All Implemented Interfaces:
    org.apache.maven.building.Source, SettingsSource

    @Deprecated
    public class UrlSettingsSource
    extends org.apache.maven.building.UrlSource
    implements SettingsSource
    Deprecated.
    instead use UrlSource
    Wraps an ordinary URL 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 use UrlSource.getUrl()
      • Methods inherited from class org.apache.maven.building.UrlSource

        getInputStream, getLocation, getUrl, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.apache.maven.building.Source

        getInputStream, getLocation
    • Constructor Detail

      • UrlSettingsSource

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

      • getSettingsUrl

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