public final class VdbToSrampArchive
extends org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
| Constructor and Description |
|---|
VdbToSrampArchive(File vdb) |
VdbToSrampArchive(InputStream vdbStream) |
public VdbToSrampArchive(File vdb) throws org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveException
vdb - the VDB file (cannot be null)org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveException - if there is a problem processing the VDB archivepublic VdbToSrampArchive(InputStream vdbStream) throws org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveException
vdbStream - the VDB file input stream (cannot be null)org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveException - if there is a problem processing the archiveCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.