Uses of Class
org.jboss.logging.processor.apt.report.ReportType
-
Packages that use ReportType Package Description org.jboss.logging.processor.apt org.jboss.logging.processor.apt.report -
-
Uses of ReportType in org.jboss.logging.processor.apt
Fields in org.jboss.logging.processor.apt declared as ReportType Modifier and Type Field Description private ReportType
ReportFileGenerator. reportType
-
Uses of ReportType in org.jboss.logging.processor.apt.report
Methods in org.jboss.logging.processor.apt.report that return ReportType Modifier and Type Method Description (package private) ReportType
AsciidocReportWriter. getReportType()
(package private) abstract ReportType
ReportWriter. getReportType()
The report type for this writer.(package private) ReportType
XmlReportWriter. getReportType()
static ReportType
ReportType. valueOf(java.lang.String name)
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 ReportType Modifier and Type Method Description static ReportWriter
ReportWriter. of(ReportType reportType, MessageInterface messageInterface, java.io.BufferedWriter writer)
Creates a new report writer based on the report type.
-