@FunctionalInterface public static interface ArchiveReader.ArtifactConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
consume(ArtifactId artifactId,
InputStream is)
Consume the artifact from the archive The input stream must not be closed by
the consumer.
|
void consume(ArtifactId artifactId, InputStream is) throws IOException
artifactId - The artifact idis - The input stream for the artifactIOException - If the artifact can't be consumedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.