Package org.apache.maven.model.building
Interface ModelSource
-
- All Superinterfaces:
org.apache.maven.building.Source
- All Known Subinterfaces:
ModelSource2
- All Known Implementing Classes:
FileModelSource,StringModelSource,UrlModelSource
@Deprecated public interface ModelSource extends org.apache.maven.building.SourceDeprecated.instead useSourceProvides 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
ModelSource2instead of implementing this interface directly.- Author:
- Benjamin Bentmann
- See Also:
ModelSource2