Uses of Enum
org.jboss.logging.processor.apt.report.ReportType
Packages that use ReportType
-
Uses of ReportType in org.jboss.logging.processor.apt
Fields in org.jboss.logging.processor.apt declared as ReportType -
Uses of ReportType in org.jboss.logging.processor.apt.report
Methods in org.jboss.logging.processor.apt.report that return ReportTypeModifier and TypeMethodDescription(package private) ReportType
AsciidocReportWriter.getReportType()
(package private) abstract ReportType
ReportWriter.getReportType()
The report type for this writer.(package private) ReportType
XmlReportWriter.getReportType()
static 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.