| Package | Description |
|---|---|
| org.overlord.sramp.atom.archive |
| Modifier and Type | Method and Description |
|---|---|
void |
SrampArchive.addEntry(String path,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType metaData,
InputStream content)
Adds an entry to the S-RAMP archive.
|
Collection<SrampArchiveEntry> |
SrampArchive.getEntries()
Gets all of the entries found in this S-RAMP archive.
|
File |
SrampArchive.pack()
Packs up the current contents of the S-RAMP archive into a single (.zip) file and
returns a reference to it.
|
void |
SrampArchive.updateEntry(SrampArchiveEntry entry,
InputStream content)
Updates an existing entry in the S-RAMP archive.
|
| Constructor and Description |
|---|
SrampArchive()
Creates a new, empty S-RAMP archive.
|
SrampArchive(File file)
Creates an S-RAMP archive from an existing archive file.
|
SrampArchive(InputStream input)
Creates an S-RAMP archive from an
InputStream. |
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.