|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.tools.DiagnosticCollector<S>
S
- 此物件收到的診斷所使用的源物件的型別public final class DiagnosticCollector<S>
提供將診斷收集到一個列表中的簡單方法。
建構子摘要 | |
---|---|
DiagnosticCollector()
|
方法摘要 | |
---|---|
List<Diagnostic<? extends S>> |
getDiagnostics()
獲取此物件收集的診斷所組成的列表視圖。 |
void |
report(Diagnostic<? extends S> diagnostic)
發現問題時調用此方法。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public DiagnosticCollector()
方法詳細資訊 |
---|
public void report(Diagnostic<? extends S> diagnostic)
DiagnosticListener
複製的描述
DiagnosticListener<S>
中的 report
diagnostic
- 表示所發現問題的診斷public List<Diagnostic<? extends S>> getDiagnostics()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。