|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.settings.building.UrlSettingsSource
public class UrlSettingsSource
Wraps an ordinary URL
as a settings source.
Constructor Summary | |
---|---|
UrlSettingsSource(URL settingsUrl)
Creates a new model source backed by the specified URL. |
Method Summary | |
---|---|
InputStream |
getInputStream()
Gets a byte stream to the settings contents. |
String |
getLocation()
Provides a user-friendly hint about the location of the settings. |
URL |
getSettingsUrl()
Gets the settings URL of this model source. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UrlSettingsSource(URL settingsUrl)
settingsUrl
- The settings URL, must not be null
.Method Detail |
---|
public InputStream getInputStream() throws IOException
SettingsSource
getInputStream
in interface SettingsSource
null
.
IOException
public String getLocation()
SettingsSource
getLocation
in interface SettingsSource
null
.public URL getSettingsUrl()
null
.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |