Uses of Interface
crypto.analysis.ICrySLResultsListener
-
Packages that use ICrySLResultsListener Package Description crypto.analysis crypto.reporting -
-
Uses of ICrySLResultsListener in crypto.analysis
Classes in crypto.analysis that implement ICrySLResultsListener Modifier and Type Class Description classCrySLAnalysisListenerMethods in crypto.analysis with parameters of type ICrySLResultsListener Modifier and Type Method Description booleanCrySLResultsReporter. addReportListener(ICrySLResultsListener listener) -
Uses of ICrySLResultsListener in crypto.reporting
Classes in crypto.reporting that implement ICrySLResultsListener Modifier and Type Class Description classCollectErrorListenerclassCommandLineReporterThis class extends the classReporterby generating an analysis report and print it to the command line.classCSVReporterThis class extends the classReporterby generating an analysis report and write it into a csv file.classCSVSummaryReporterThis class extends the classReporterby generating a summary of the analysis and write it into a csv file.classErrorMarkerListenerThis listener is notified of any misuses the analysis finds.classGitHubAnnotationReporterclassReporterSuperclass for all reporters.classSARIFReporterThis class extends the classReporterby generating an analysis report and write it into a JSON file in the SARIF format.classTXTReporterThis class extends the classReporterby generating a report and writing it into a text file.
-