Uses of Record Class
org.apache.rat.ReportConfiguration.IODescriptor
Packages that use ReportConfiguration.IODescriptor
Package
Description
The base package for the RAT tool.
Helper classes for command line processing.
-
Uses of ReportConfiguration.IODescriptor in org.apache.rat
Fields in org.apache.rat declared as ReportConfiguration.IODescriptorModifier and TypeFieldDescriptionstatic final ReportConfiguration.IODescriptor<OutputStream> ReportConfiguration.SYSTEM_OUTThe IODescriptor forSystem.out.Methods in org.apache.rat that return ReportConfiguration.IODescriptorModifier and TypeMethodDescriptionReportConfiguration.getOutputDescriptor()Returns the output IODescriptor.ReportConfiguration.getStyleSheetDescriptor()Gets the IODescriptor with the style sheet.Methods in org.apache.rat with parameters of type ReportConfiguration.IODescriptorModifier and TypeMethodDescriptionvoidReportConfiguration.setOut(ReportConfiguration.IODescriptor<OutputStream> out) Sets the supplier for the output stream.voidReportConfiguration.setStyleSheet(ReportConfiguration.IODescriptor<InputStream> styleSheet) Sets the style sheet for custom processing. -
Uses of ReportConfiguration.IODescriptor in org.apache.rat.commandline
Methods in org.apache.rat.commandline that return ReportConfiguration.IODescriptorModifier and TypeMethodDescriptionStyleSheets.getStyleSheet()Gets the IODescriptor for a style sheet.StyleSheets.getStyleSheet(String name) Gets the IODescriptor for a style sheet.