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 InputStreamgetContents()
-
-
-
Method Detail
-
getContents
InputStream getContents() throws IOException
- Throws:
IOException
-
-