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 public class UrlModelSource extends UrlSource implements ModelSource
Deprecated.instead useUrlSource
Wraps an ordinaryURL
as a model source.
-
-
Constructor Summary
Constructors Constructor Description UrlModelSource(java.net.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
-
-