Uses of Enum Class
org.apache.rat.ReportConfiguration.Processing
Packages that use ReportConfiguration.Processing
-
Uses of ReportConfiguration.Processing in org.apache.rat
Subclasses with type arguments of type ReportConfiguration.Processing in org.apache.ratModifier and TypeClassDescriptionstatic enumThe styles of processing for various categories of documents.Fields in org.apache.rat declared as ReportConfiguration.ProcessingModifier and TypeFieldDescriptionstatic final ReportConfiguration.ProcessingDefaults.ARCHIVE_PROCESSINGThe default ARCHIVES processing style.static final ReportConfiguration.ProcessingDefaults.STANDARD_PROCESSINGThe default STANDARD processing style.Methods in org.apache.rat that return ReportConfiguration.ProcessingModifier and TypeMethodDescriptionReportConfiguration.getArchiveProcessing()Retrieves the archive processing type.ReportConfiguration.getStandardProcessing()Retrieves the archive processing type.Returns the enum constant of this class with the specified name.static ReportConfiguration.Processing[]ReportConfiguration.Processing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.rat with parameters of type ReportConfiguration.ProcessingModifier and TypeMethodDescriptionvoidReportConfiguration.setArchiveProcessing(ReportConfiguration.Processing archiveProcessing) Sets the archive processing type.voidReportConfiguration.setStandardProcessing(ReportConfiguration.Processing standardProcessing) Sets the archive processing type.