Uses of Class
org.apache.rat.config.ReportFormat
-
Packages that use ReportFormat Package Description org.apache.rat.config Contains source code management / revision control information used during plugin runs. -
-
Uses of ReportFormat in org.apache.rat.config
Methods in org.apache.rat.config that return ReportFormat Modifier and Type Method Description static ReportFormat
ReportFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReportFormat[]
ReportFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-