Interface ModelArchiveWriter.ArtifactProvider
- Enclosing class:
 - ModelArchiveWriter
 
public static interface ModelArchiveWriter.ArtifactProvider
- 
Method Summary
Modifier and TypeMethodDescriptiongetInputStream(Artifact artifact) Provide an input stream for the artifact. 
- 
Method Details
- 
getInputStream
Provide an input stream for the artifact. The input stream will be closed by the caller.- Parameters:
 artifact- The artifact- Returns:
 - The input stream
 - Throws:
 IOException- If the input stream can't be provided
 
 -