public interface ZipToSrampArchiveProvider
ZipToSrampArchive for specific artifact types.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ArtifactType artifactType)
Returns true if this provider is capable of providing an expander for the given artifact type.
|
ZipToSrampArchive |
createExtractor(ArtifactType artifactType,
File zipFile)
Creates a
ZipToSrampArchive expander for the given artifact type and zip content. |
ZipToSrampArchive |
createExtractor(ArtifactType artifactType,
InputStream zipStream)
Creates a
ZipToSrampArchive expander for the given artifact type and zip content. |
boolean accept(ArtifactType artifactType)
artifactType - ZipToSrampArchive createExtractor(ArtifactType artifactType, File zipFile) throws ZipToSrampArchiveException
ZipToSrampArchive expander for the given artifact type and zip content.artifactType - zipFile - ZipToSrampArchiveExceptionZipToSrampArchive createExtractor(ArtifactType artifactType, InputStream zipStream) throws ZipToSrampArchiveException
ZipToSrampArchive expander for the given artifact type and zip content.artifactType - zipStream - ZipToSrampArchiveExceptionCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.