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