Uses of Enum
org.apache.rat.ReportConfiguration.Processing
Packages that use ReportConfiguration.Processing
-
Uses of ReportConfiguration.Processing in org.apache.rat
Fields in org.apache.rat declared as ReportConfiguration.ProcessingModifier and TypeFieldDescriptionDefaults.ARCHIVE_PROCESSINGThe default ARCHIVES processing style.Defaults.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 type with the specified name.static ReportConfiguration.Processing[]ReportConfiguration.Processing.values()Returns an array containing the constants of this enum type, 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.