- java.lang.Object
-
- javax.management.loading.MLetContent
-
public class MLetContent extends Object
This class represents the contents of theMLET
tag. It can be consulted by a subclass ofMLet
that overrides theMLet.check
method.- Since:
- 1.6
-
-
Constructor Summary
Constructors Constructor and Description MLetContent(URL url, Map<String,String> attributes, List<String> types, List<String> values)
Creates anMLet
instance initialized with attributes read from anMLET
tag in an MLet text file.
-
Method Summary
Methods Modifier and Type Method and Description Map<String,String>
getAttributes()
Gets the attributes of theMLET
tag.String
getCode()
Gets the value of theCODE
attribute of theMLET
tag.URL
getCodeBase()
Gets the code base URL.URL
getDocumentBase()
Gets the MLet text file's base URL.String
getJarFiles()
Gets the list of.jar
files specified by theARCHIVE
attribute of theMLET
tag.String
getName()
Gets the value of theNAME
attribute of theMLET
tag.List<String>
getParameterTypes()
Gets the list of values of theTYPE
attribute in each nested <PARAM> tag within theMLET
tag.List<String>
getParameterValues()
Gets the list of values of theVALUE
attribute in each nested <PARAM> tag within theMLET
tag.String
getSerializedObject()
Gets the value of theOBJECT
attribute of theMLET
tag.String
getVersion()
Gets the value of theVERSION
attribute of theMLET
tag.
-
-
-
Constructor Detail
-
MLetContent
public MLetContent(URL url, Map<String,String> attributes, List<String> types, List<String> values)
Creates anMLet
instance initialized with attributes read from anMLET
tag in an MLet text file.- Parameters:
url
- The URL of the MLet text file containing theMLET
tag.attributes
- A map of the attributes of theMLET
tag. The keys in this map are the attribute names in lowercase, for examplecodebase
. 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 Detail
-
getAttributes
public Map<String,String> getAttributes()
Gets the attributes of theMLET
tag. 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
MLET
tag and their values.
-
getDocumentBase
public URL getDocumentBase()
Gets the MLet text file's base URL.- Returns:
- The MLet text file's base URL.
-
getCodeBase
public URL getCodeBase()
Gets the code base URL.- Returns:
- The code base URL.
-
getJarFiles
public String getJarFiles()
Gets the list of.jar
files specified by theARCHIVE
attribute of theMLET
tag.- Returns:
- A comma-separated list of
.jar
file names.
-
getCode
public String getCode()
Gets the value of theCODE
attribute of theMLET
tag.- Returns:
- The value of the
CODE
attribute of theMLET
tag.
-
getSerializedObject
public String getSerializedObject()
Gets the value of theOBJECT
attribute of theMLET
tag.- Returns:
- The value of the
OBJECT
attribute of theMLET
tag.
-
getName
public String getName()
Gets the value of theNAME
attribute of theMLET
tag.- Returns:
- The value of the
NAME
attribute of theMLET
tag.
-
getVersion
public String getVersion()
Gets the value of theVERSION
attribute of theMLET
tag.- Returns:
- The value of the
VERSION
attribute of theMLET
tag.
-
getParameterTypes
public List<String> getParameterTypes()
Gets the list of values of theTYPE
attribute in each nested <PARAM> tag within theMLET
tag.- Returns:
- the list of types.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/management/loading/MLetContent.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.