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
ConstructorsConstructorDescriptionUrlModelSource(URL pomUrl) Deprecated.Creates a new model source backed by the specified URL. -
Method Summary
Methods inherited from class UrlSource
equals, getInputStream, getLocation, getUrl, hashCode, toStringMethods inherited from interface 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