public interface ModelSource
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
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Gets a byte stream to the POM contents.
|
String |
getLocation()
Provides a user-friendly hint about the location of the POM.
|
InputStream getInputStream() throws IOException
null
.IOException
String getLocation()
null
.Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.