Uses of Class
crypto.reporting.Reporter.ReportFormat
-
Packages that use Reporter.ReportFormat Package Description crypto crypto.reporting -
-
Uses of Reporter.ReportFormat in crypto
Methods in crypto that return types with arguments of type Reporter.ReportFormat Modifier and Type Method Description Set<Reporter.ReportFormat>AnalysisSettings. getReportFormats()Set<Reporter.ReportFormat>HeadlessCryptoScanner. getReportFormats()Methods in crypto with parameters of type Reporter.ReportFormat Modifier and Type Method Description voidHeadlessCryptoScanner. setReportFormats(Reporter.ReportFormat... formats)Method parameters in crypto with type arguments of type Reporter.ReportFormat Modifier and Type Method Description voidAnalysisSettings. setReportFormats(Collection<Reporter.ReportFormat> reportFormats)voidHeadlessCryptoScanner. setReportFormats(Collection<Reporter.ReportFormat> reportFormats) -
Uses of Reporter.ReportFormat in crypto.reporting
Methods in crypto.reporting that return Reporter.ReportFormat Modifier and Type Method Description static Reporter.ReportFormatReporter.ReportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Reporter.ReportFormat[]Reporter.ReportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in crypto.reporting with type arguments of type Reporter.ReportFormat Modifier and Type Method Description static Collection<Reporter>ReporterFactory. createReporters(Collection<Reporter.ReportFormat> reportFormats, String outputDir, Collection<CrySLRule> rules)
-