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