java.lang.Object
javax.management.loading.MLetContent
This class represents the contents of the 
MLET tag.
 It can be consulted by a subclass of MLet that overrides
 the MLet.check method.- Since:
- 1.6
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the attributes of theMLETtag.getCode()Gets the value of theCODEattribute of theMLETtag.Gets the code base URL.Gets the MLet text file's base URL.Gets the list of.jarfiles specified by theARCHIVEattribute of theMLETtag.getName()Gets the value of theNAMEattribute of theMLETtag.Gets the list of values of theTYPEattribute in each nested <PARAM> tag within theMLETtag.Gets the list of values of theVALUEattribute in each nested <PARAM> tag within theMLETtag.Gets the value of theOBJECTattribute of theMLETtag.Gets the value of theVERSIONattribute of theMLETtag.
- 
Constructor Details- 
MLetContentCreates anMLetinstance initialized with attributes read from anMLETtag in an MLet text file.- Parameters:
- url- The URL of the MLet text file containing the- MLETtag.
- attributes- A map of the attributes of the- MLETtag. The keys in this map are the attribute names in lowercase, for example- codebase. The values are the associated attribute values.
- types- A list of the TYPE attributes that appeared in nested <PARAM> tags.
- values- A list of the VALUE attributes that appeared in nested <PARAM> tags.
 
 
- 
- 
Method Details- 
getAttributesGets the attributes of theMLETtag. The keys in the returned map are the attribute names in lowercase, for examplecodebase. The values are the associated attribute values.- Returns:
- A map of the attributes of the MLETtag and their values.
 
- 
getDocumentBaseGets the MLet text file's base URL.- Returns:
- The MLet text file's base URL.
 
- 
getCodeBaseGets the code base URL.- Returns:
- The code base URL.
 
- 
getJarFilesGets the list of.jarfiles specified by theARCHIVEattribute of theMLETtag.- Returns:
- A comma-separated list of .jarfile names.
 
- 
getCodeGets the value of theCODEattribute of theMLETtag.- Returns:
- The value of the CODEattribute of theMLETtag.
 
- 
getSerializedObjectGets the value of theOBJECTattribute of theMLETtag.- Returns:
- The value of the OBJECTattribute of theMLETtag.
 
- 
getNameGets the value of theNAMEattribute of theMLETtag.- Returns:
- The value of the NAMEattribute of theMLETtag.
 
- 
getVersionGets the value of theVERSIONattribute of theMLETtag.- Returns:
- The value of the VERSIONattribute of theMLETtag.
 
- 
getParameterTypesGets the list of values of theTYPEattribute in each nested <PARAM> tag within theMLETtag.- Returns:
- the list of types.
 
- 
getParameterValuesGets the list of values of theVALUEattribute in each nested <PARAM> tag within theMLETtag.- Returns:
- the list of values.
 
 
-