Interface ContentSupplier
-
- All Known Subinterfaces:
PlexusIoResource
- All Known Implementing Classes:
AbstractPlexusIoResource
,PlexusIoFileResource
,PlexusIoSymlinkResource
,PlexusIoURLResource
public interface ContentSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getContents()
-
-
-
Method Detail
-
getContents
InputStream getContents() throws IOException
- Throws:
IOException
-
-