| Package | Description |
|---|---|
| org.overlord.sramp.atom.archive |
| Modifier and Type | Method and Description |
|---|---|
SrampArchiveEntry |
SrampArchive.getEntry(String archivePath)
Gets a single entry in the archive by path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SrampArchiveEntry> |
SrampArchive.getEntries()
Gets all of the entries found in this S-RAMP archive.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
SrampArchive.getInputStream(SrampArchiveEntry entry)
Gets the content
InputStream for the given S-RAMP archive entry. |
void |
SrampArchive.updateEntry(SrampArchiveEntry entry,
InputStream content)
Updates an existing entry in the S-RAMP archive.
|
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.