Uses of Class
org.apache.rat.utils.ReportingSet
Packages that use ReportingSet
-
Uses of ReportingSet in org.apache.rat.utils
Methods in org.apache.rat.utils that return ReportingSetModifier and TypeMethodDescriptionReportingSet.setDuplicateOption(ReportingSet.Options state)
If set true attempts to duplicate will throw an IllegalArgumentException.Sets the log that the reporting set will log to.ReportingSet.setLogLevel(Log.Level level)
Sets the log level that the reporting set will log at.ReportingSet.setMsgFormat(Function<T,String> msgFmt)
Sets the function to generate the log message.