| Package | Description |
|---|---|
| org.overlord.sramp.atom.archive.expand | |
| org.overlord.sramp.atom.archive.expand.registry |
| Modifier and Type | Method and Description |
|---|---|
SrampArchive |
ZipToSrampArchive.createSrampArchive()
Creates an S-RAMP archive from this JAR.
|
| Constructor and Description |
|---|
ZipToSrampArchive(File jar)
Constructor.
|
ZipToSrampArchive(InputStream jarStream)
Constructor from JAR input stream.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ZipToSrampArchiveRegistry.canExpand(org.overlord.sramp.common.ArtifactType artifactType)
Returns true if an expander exists for the given type.
|
static ZipToSrampArchive |
ZipToSrampArchiveRegistry.createExpander(org.overlord.sramp.common.ArtifactType artifactType,
File zipFile)
Creates an expander for the given artifact type.
|
static ZipToSrampArchive |
ZipToSrampArchiveRegistry.createExpander(org.overlord.sramp.common.ArtifactType artifactType,
InputStream zipStream)
Creates an expander for the given artifact type.
|
ZipToSrampArchive |
ZipToSrampArchiveProvider.createExtractor(org.overlord.sramp.common.ArtifactType artifactType,
File zipFile)
Creates a
ZipToSrampArchive expander for the given artifact type and zip content. |
ZipToSrampArchive |
ZipToSrampArchiveProvider.createExtractor(org.overlord.sramp.common.ArtifactType artifactType,
InputStream zipStream)
Creates a
ZipToSrampArchive expander for the given artifact type and zip content. |
static ArchiveInfo |
ZipToSrampArchiveRegistry.inspectArchive(InputStream resourceInputStream)
Tries to match an ArchiveType based on the content of the archive.
|
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.