Package org.apache.maven.model.building
Interface ModelSource
- All Superinterfaces:
Source
- All Known Subinterfaces:
ModelSource2
,ModelSource3
- All Known Implementing Classes:
ArtifactModelSource
,FileModelSource
,StringModelSource
,UrlModelSource
Deprecated.
Provides access to the contents of a POM independently of the backing store (e.g. file system, database, memory).
This interface does not support loading of parent POM(s) from the same backing store, integrators are strongly
encouraged to implement ModelSource2
instead of implementing this interface directly.
- See Also:
-
Method Summary
Methods inherited from interface org.apache.maven.building.Source
getInputStream, getLocation
Source