public class CollectDiagnosticListener extends Object implements DiagnosticListener
| Constructor and Description |
|---|
CollectDiagnosticListener(List<Diagnostic> diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAll() |
List<Diagnostic> |
getDiagnostics() |
void |
received(Diagnostic diagnostic) |
public CollectDiagnosticListener(List<Diagnostic> diagnostics)
public void received(Diagnostic diagnostic)
received in interface DiagnosticListenerpublic List<Diagnostic> getDiagnostics()
public void clearAll()
Copyright © 2018 WSO2. All rights reserved.