Interface ModelSource

All Superinterfaces:
Source
All Known Subinterfaces:
ModelSource2
All Known Implementing Classes:
FileModelSource, StringModelSource, UrlModelSource

@Deprecated public interface ModelSource extends Source
Deprecated.
instead use Source
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.

Author:
Benjamin Bentmann
See Also: