Class UndeployedLaunchable
- java.lang.Object
-
- org.glassfish.appclient.client.acc.UndeployedLaunchable
-
public class UndeployedLaunchable extends Object
- Author:
- tjquinn
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnchorDir()StringgetDefaultApplicationName(ReadableArchive archive)ApplicationClientDescriptorgetDescriptor(URLClassLoader loader)ClassgetMainClass()URIgetURI()voidvalidateDescriptor()
-
-
-
Method Detail
-
getURI
public URI getURI()
-
getAnchorDir
public String getAnchorDir()
-
getMainClass
public Class getMainClass() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getDescriptor
public ApplicationClientDescriptor getDescriptor(URLClassLoader loader) throws IOException, SAXParseException
- Throws:
IOExceptionSAXParseException
-
getDefaultApplicationName
public String getDefaultApplicationName(ReadableArchive archive)
-
validateDescriptor
public void validateDescriptor()
-
-