|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SrampArchiveException | |
|---|---|
| org.overlord.sramp.atom.archive | |
| Uses of SrampArchiveException in org.overlord.sramp.atom.archive |
|---|
| Methods in org.overlord.sramp.atom.archive that throw SrampArchiveException | |
|---|---|
void |
SrampArchive.addEntry(String path,
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. |
| Constructors in org.overlord.sramp.atom.archive that throw SrampArchiveException | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||