public class EarArchive
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static EarArchive |
fromDisk(java.lang.String location)
Load archive from disk
|
EarDescriptor |
getDescriptor() |
WebArchive |
getWebArchive(java.lang.String webArchiveURI) |
public static EarArchive fromDisk(java.lang.String location) throws java.io.IOException
location - Location of the archive.java.io.IOExceptionpublic EarDescriptor getDescriptor() throws IllegalDescriptorFoundException, java.io.IOException
IllegalDescriptorFoundExceptionjava.io.IOExceptionpublic WebArchive getWebArchive(java.lang.String webArchiveURI) throws java.io.IOException
java.io.IOException