| |
|
| java.lang.Object javax.tools.DiagnosticCollector
DiagnosticCollector | final public class DiagnosticCollector implements DiagnosticListener<S>(Code) | | Provides an easy way to collect diagnostics in a list.
< Parameters: S - > the type of source objects used by diagnostics receivedby this object author: Peter von der Ahé since: 1.6 |
getDiagnostics | public List<Diagnostic<? extends S>> getDiagnostics()(Code) | | Gets a list view of diagnostics collected by this object.
a list view of diagnostics |
|
|
|