Package | Description |
---|---|
org.artificer.atom.archive |
Modifier and Type | Method and Description |
---|---|
ArtificerArchiveEntry |
ArtificerArchive.getEntry(String archivePath)
Gets a single entry in the archive by path.
|
Modifier and Type | Method and Description |
---|---|
Collection<ArtificerArchiveEntry> |
ArtificerArchive.getEntries()
Gets all of the entries found in this S-RAMP archive.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ArtificerArchive.getInputStream(ArtificerArchiveEntry entry)
Gets the content
InputStream for the given S-RAMP archive entry. |
void |
ArtificerArchive.updateEntry(ArtificerArchiveEntry entry,
InputStream content)
Updates an existing entry in the S-RAMP archive.
|
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.