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

Packages that use SrampArchiveEntry
org.overlord.sramp.atom.archive   
 

Uses of SrampArchiveEntry in org.overlord.sramp.atom.archive
 

Methods in org.overlord.sramp.atom.archive that return SrampArchiveEntry
 SrampArchiveEntry SrampArchive.getEntry(String archivePath)
          Gets a single entry in the archive by path.
 

Methods in org.overlord.sramp.atom.archive that return types with arguments of type SrampArchiveEntry
 Collection<SrampArchiveEntry> SrampArchive.getEntries()
          Gets all of the entries found in this S-RAMP archive.
 

Methods in org.overlord.sramp.atom.archive with parameters of type SrampArchiveEntry
 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-2013 JBoss, a division of Red Hat. All Rights Reserved.