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 DiagnosticListener
public List<Diagnostic> getDiagnostics()
public void clearAll()
Copyright © 2019 WSO2. All rights reserved.