API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.loading. MLetContent View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      MLetContent
Implements
Subclasses
Description
public class MLetContent
  This class represents the contents of the MLET tag.
See also:   
Constructors
public MLetContent (URL url, Map<String, String> attributes, List<String> types, List<String> values)
  Creates an MLet instance initialized with attributes read from an MLET tag in an MLet text file.
Methods
Hide/Show inherited methods
public Map<String, String> getAttributes ()
  Gets the attributes of the MLET tag.
public String getCode ()
  Gets the value of the CODE attribute of the MLET tag.
public URL getCodeBase ()
  Gets the code base URL.
public URL getDocumentBase ()
  Gets the MLet text file's base URL.
public String getJarFiles ()
  Gets the list of .jar files specified by the ARCHIVE attribute of the MLET tag.
public String getName ()
  Gets the value of the NAME attribute of the MLET tag.
public List<String> getParameterTypes ()
  Gets the list of values of the TYPE attribute in each nested <PARAM> tag within the MLET tag.
public List<String> getParameterValues ()
  Gets the list of values of the VALUE attribute in each nested <PARAM> tag within the MLET tag.
public String getSerializedObject ()
  Gets the value of the OBJECT attribute of the MLET tag.
public String getVersion ()
  Gets the value of the VERSION attribute of the MLET tag.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar