public class FacadeLaunchable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Launchable.LaunchableUtil |
| Modifier and Type | Field and Description |
|---|---|
static ArchiveFactory |
archiveFactory |
static Attributes.Name |
GLASSFISH_APP_NAME
name of manifest entry in facade conveying the app name
|
static Attributes.Name |
GLASSFISH_APPCLIENT
name of a manifest entry in an app client facade listing the URI of the developer's original app client JAR
|
static Attributes.Name |
GLASSFISH_APPCLIENT_GROUP
name of a manifest entry in an EAR facade listing the URIs of the individual app client facades in the group
|
static Attributes.Name |
GLASSFISH_APPCLIENT_MAIN_CLASS
name of a manifest entry in an app client facade indicating the app client's main class
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchorDir() |
protected AppClientArchivist |
getArchivist() |
protected static AppClientArchivist |
getArchivist(org.glassfish.hk2.api.ServiceLocator habitat) |
URI[] |
getClassPathURIs() |
ApplicationClientDescriptor |
getDescriptor(URLClassLoader loader)
Return the augmented descriptor constructed during deployment and
stored in the facade client JAR.
|
Class |
getMainClass()
Returns the main class for this Launchable.
|
URI |
getURI() |
protected URI[] |
toURIs(String uriList) |
void |
validateDescriptor() |
public static final Attributes.Name GLASSFISH_APPCLIENT_GROUP
public static final Attributes.Name GLASSFISH_APPCLIENT_MAIN_CLASS
public static final Attributes.Name GLASSFISH_APPCLIENT
public static final Attributes.Name GLASSFISH_APP_NAME
public static final ArchiveFactory archiveFactory
public URI getURI()
public String getAnchorDir()
protected AppClientArchivist getArchivist()
protected static AppClientArchivist getArchivist(org.glassfish.hk2.api.ServiceLocator habitat)
public void validateDescriptor()
public Class getMainClass() throws ClassNotFoundException
ClassNotFoundExceptionpublic ApplicationClientDescriptor getDescriptor(URLClassLoader loader) throws IOException, SAXParseException
loader - IOExceptionSAXParseExceptionpublic URI[] getClassPathURIs()
Copyright © 2017. All rights reserved.