Package | Description |
---|---|
org.artificer.atom.archive |
Modifier and Type | Method and Description |
---|---|
void |
ArtificerArchive.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<ArtificerArchiveEntry> |
ArtificerArchive.getEntries()
Gets all of the entries found in this S-RAMP archive.
|
File |
ArtificerArchive.pack()
Packs up the current contents of the S-RAMP archive into a single (.zip) file and
returns a reference to it.
|
void |
ArtificerArchive.updateEntry(ArtificerArchiveEntry entry,
InputStream content)
Updates an existing entry in the S-RAMP archive.
|
Constructor and Description |
---|
ArtificerArchive()
Creates a new, empty S-RAMP archive.
|
ArtificerArchive(File file)
Creates an S-RAMP archive from an existing archive file.
|
ArtificerArchive(InputStream input)
Creates an S-RAMP archive from an
InputStream . |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.