|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelSource
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.
ModelSource2
Method Summary | |
---|---|
InputStream |
getInputStream()
Gets a byte stream to the POM contents. |
String |
getLocation()
Provides a user-friendly hint about the location of the POM. |
Method Detail |
---|
InputStream getInputStream() throws IOException
null
.
IOException
String getLocation()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |