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.- Author:
- Benjamin Bentmann
-
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
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 Details
-
UrlModelSource
Deprecated.Creates a new model source backed by the specified URL.- Parameters:
pomUrl
- The POM file, must not benull
.
-
UrlSource