Uses of Class
org.overlord.sramp.atom.archive.SrampArchiveException

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.
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.