Class UrlModelSource
java.lang.Object
org.apache.maven.building.UrlSource
org.apache.maven.model.building.UrlModelSource
- All Implemented Interfaces:
org.apache.maven.building.Source, ModelSource
@Deprecated
public class UrlModelSource
extends org.apache.maven.building.UrlSource
implements 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 org.apache.maven.building.UrlSource
equals, getInputStream, getLocation, getUrl, hashCode, toStringMethods 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