mx4j.loading
public class MLetTag extends Object
Version: $Revision: 1.6 $
Method Summary | |
---|---|
URL | createArchiveURL(URL codebase, String archive)
Returns the URL for the given archive file name using the provided URL as a codebase,
or null if the URL cannot be created. |
String | getArchive() |
Object[] | getArguments() |
String | getCode() |
String | getCodeBase() |
String | getObject() |
ObjectName | getObjectName() |
String[] | getSignature() |
String | getVersion() |
URL | normalizeCodeBase(URL mletFileURL)
Normalizes the codebase held by this MLetTag (specified in the MLet file) using the
URL of the MLet file as default.
|
String[] | parseArchive()
Returns the jars file names specified in the ARCHIVE attribute of the MLet tag. |
Parameters: mletFileURL The URL of the MLet file
Returns: The normalized codebase