Class UrlModelSource
java.lang.Object
org.apache.maven.building.UrlSource
org.apache.maven.model.building.UrlModelSource
- All Implemented Interfaces:
Source, ModelSource
-
Constructor Summary
ConstructorsConstructorDescriptionUrlModelSource(URL pomUrl) Deprecated.Creates a new model source backed by the specified URL. -
Method Summary
Methods inherited from class UrlSource
getInputStream, getLocation, getUrl, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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