|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--javax.management.loading.MLetContent
This class represents the contents of the MLET tag.
| Constructor Summary | |
MLetContent(java.net.URL url,
java.util.Map attributes)
Creates an MLet instance initialized with attributes read
from an MLET tag in an MLet text file. |
|
| Method Summary | |
java.util.Map |
getAttributes()
Gets the attributes of the MLET tag. |
java.lang.String |
getCode()
Gets the value of the CODE
attribute of the MLET tag. |
java.net.URL |
getCodeBase()
Gets the code base URL. |
java.net.URL |
getDocumentBase()
Gets the MLet text file's base URL. |
java.lang.String |
getJarFiles()
Gets the list of .jar files specified by the ARCHIVE
attribute of the MLET tag. |
java.lang.String |
getName()
Gets the value of the NAME
attribute of the MLET tag. |
java.lang.Object |
getParameter(java.lang.String name)
Gets the value of the specified attribute of the MLET tag. |
java.lang.String |
getSerializedObject()
Gets the value of the OBJECT
attribute of the MLET tag. |
java.lang.String |
getVersion()
Gets the value of the VERSION
attribute of the MLET tag. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MLetContent(java.net.URL url,
java.util.Map attributes)
MLet instance initialized with attributes read
from an MLET tag in an MLet text file.url - The URL of the MLet text file containing the MLET tag.attributes - A list of the attributes of the MLET tag.| Method Detail |
public java.util.Map getAttributes()
MLET tag.MLET tag
and their values.public java.net.URL getDocumentBase()
public java.net.URL getCodeBase()
public java.lang.String getJarFiles()
.jar files specified by the ARCHIVE
attribute of the MLET tag..jar file names.public java.lang.String getCode()
CODE
attribute of the MLET tag.CODE
attribute of the MLET tag.public java.lang.String getSerializedObject()
OBJECT
attribute of the MLET tag.OBJECT
attribute of the MLET tag.public java.lang.String getName()
NAME
attribute of the MLET tag.NAME
attribute of the MLET tag.public java.lang.String getVersion()
VERSION
attribute of the MLET tag.VERSION
attribute of the MLET tag.public java.lang.Object getParameter(java.lang.String name)
MLET tag.name - A string representing the name of the attribute.MLET tag.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||