Uses of Enum
org.jboss.logging.processor.apt.report.ReportType
Packages that use ReportType
-
Uses of ReportType in org.jboss.logging.processor.apt.report
Methods in org.jboss.logging.processor.apt.report that return ReportTypeModifier and TypeMethodDescriptionstatic ReportType
Returns the enum constant of this type with the specified name.static ReportType[]
ReportType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logging.processor.apt.report with parameters of type ReportTypeModifier and TypeMethodDescriptionstatic ReportWriter
ReportWriter.of
(ReportType reportType, MessageInterface messageInterface, BufferedWriter writer) Creates a new report writer based on the report type.