Package org.apache.maven.model.building
Class UrlModelSource
java.lang.Object
org.apache.maven.building.UrlSource
org.apache.maven.model.building.UrlModelSource
- All Implemented Interfaces:
Source
,ModelSource
Deprecated.
Wraps an ordinary
URL
as a model source.-
Constructor Summary
ConstructorDescriptionUrlModelSource
(URL pomUrl) Deprecated.Creates a new model source backed by the specified URL. -
Method Summary
Methods inherited from class org.apache.maven.building.UrlSource
equals, getInputStream, getLocation, getUrl, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.building.Source
getInputStream, getLocation
-
Constructor Details
-
UrlModelSource
Deprecated.Creates a new model source backed by the specified URL.- Parameters:
pomUrl
- The POM file, must not benull
.
-
UrlSource