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:
org.apache.maven.building.Source
,ModelSource
@Deprecated public class UrlModelSource extends org.apache.maven.building.UrlSource implements ModelSource
Deprecated.instead useUrlSource
Wraps an ordinaryURL
as a model source.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description UrlModelSource(java.net.URL pomUrl)
Deprecated.Creates a new model source backed by the specified URL.
-