Uses of Class
org.apache.rat.Defaults.Builder
Packages that use Defaults.Builder
Package
Description
The base package for the RAT tool.
The base package for the RAT Maven plugin.
-
Uses of Defaults.Builder in org.apache.rat
Methods in org.apache.rat that return Defaults.BuilderModifier and TypeMethodDescriptionAdds a configuration file to be read.Adds the name of a configuration file to be read.Adds a URL to a configuration file to be read.static Defaults.Builder
Defaults.builder()
Gets a builder for a Defaults object.Defaults.Builder.noDefault()
Removes the default definitions from the list of files to process.Removes a file from the list of configuration files to process.Removes a file name from the list of configuration files to process.Removes a file from the list of configuration files to process. -
Uses of Defaults.Builder in org.apache.rat.mp
Methods in org.apache.rat.mp that return Defaults.BuilderModifier and TypeMethodDescriptionprotected Defaults.Builder
AbstractRatMojo.getDefaultsBuilder()