API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.tools.
DiagnosticCollector
View Source
Author(s)
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
Object
DiagnosticCollector
Implements
DiagnosticListener
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
class DiagnosticCollector
Provides an easy way to collect diagnostics in a list.
Provides an easy way to collect diagnostics in a list.
See also:
Constructors
public
DiagnosticCollector
()
Methods
Hide/Show inherited methods
public
List
<
Diagnostic
<
Object
>>
getDiagnostics
()
Gets a list view of diagnostics collected by this object.
Gets a list view of diagnostics collected by this object.
Returns:
a list view of diagnostics
public
void
report
(
Diagnostic
<
Object
> diagnostic)
[Specified in
DiagnosticListener
]
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar