|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.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 Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.