public interface ArtifactDeriver
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseArtifactType> |
derive(BaseArtifactType artifact,
InputStream contentStream)
Given an artifact, this method will return a collection of derived content
for it.
|
Collection<BaseArtifactType> derive(BaseArtifactType artifact, InputStream contentStream) throws IOException
artifact - the artifact to derivecontentStream - the artifact contentIOExceptionCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.