|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.management.loading.MLetContent
public class MLetContent
此類別表示 MLET
標記的內容。可以參考覆寫 MLet.check
方法的 MLet
的子類別。
建構子摘要 | |
---|---|
MLetContent(URL url,
Map<String,String> attributes,
List<String> types,
List<String> values)
創建一個使用從 MLet 文本檔案中的 MLET 標記讀取的屬性初始化的 MLet 實例。 |
方法摘要 | |
---|---|
Map<String,String> |
getAttributes()
獲取 MLET 標記的屬性。 |
String |
getCode()
獲取 MLET 標記的 CODE 屬性的值。 |
URL |
getCodeBase()
獲取程式碼基 URL。 |
URL |
getDocumentBase()
獲取 MLet 文本檔案的基本 URL。 |
String |
getJarFiles()
獲取由 MLET 標記的 ARCHIVE 屬性指定的 .jar 檔案的列表。 |
String |
getName()
獲取 MLET 標記的 NAME 屬性的值。 |
List<String> |
getParameterTypes()
獲取 MLET 標記中每個巢狀 <PARAM> 標記中的 TYPE 屬性值的列表。 |
List<String> |
getParameterValues()
獲取 MLET 標記中每個巢狀 <PARAM> 標記中的 VALUE 屬性值的列表。 |
String |
getSerializedObject()
獲取 MLET 標記的 OBJECT 屬性的值。 |
String |
getVersion()
獲取 MLET 標記的 VERSION 屬性的值。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public MLetContent(URL url, Map<String,String> attributes, List<String> types, List<String> values)
MLET
標記讀取的屬性初始化的 MLet
實例。
url
- 套件含 MLET
標記的 MLet 文本檔案的 URL。attributes
- MLET
標記的屬性的映射。此映射中的鍵是小寫字母形式的屬性名稱,例如 codebase
。這些值是一些關聯的屬性值。types
- 在巢狀的 <PARAM> 標記中出現的 TYPE 屬性的列表。values
- 在巢狀的 <PARAM> 標記中出現的 VALUE 屬性的列表。方法詳細資訊 |
---|
public Map<String,String> getAttributes()
MLET
標記的屬性。所返回映射中的鍵是小寫字母形式的屬性名稱,例如 codebase
。這些值是一些相關的屬性值。
MLET
標記的屬性以及屬性值的映射。public URL getDocumentBase()
public URL getCodeBase()
public String getJarFiles()
MLET
標記的 ARCHIVE
屬性指定的 .jar
檔案的列表。
.jar
檔案名列表。public String getCode()
MLET
標記的 CODE
屬性的值。
MLET
標記的 CODE
屬性的值。public String getSerializedObject()
MLET
標記的 OBJECT
屬性的值。
MLET
標記的 OBJECT
屬性的值。public String getName()
MLET
標記的 NAME
屬性的值。
MLET
標記的 NAME
屬性的值。public String getVersion()
MLET
標記的 VERSION
屬性的值。
MLET
標記的 VERSION
屬性的值。public List<String> getParameterTypes()
MLET
標記中每個巢狀 <PARAM> 標記中的 TYPE
屬性值的列表。
public List<String> getParameterValues()
MLET
標記中每個巢狀 <PARAM> 標記中的 VALUE
屬性值的列表。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。