Uses of Enum Class
org.apache.rat.config.AddLicenseHeaders
Packages that use AddLicenseHeaders
Package
Description
The base package for the RAT tool.
Contains source code management / revision control information used during plugin runs.
-
Uses of AddLicenseHeaders in org.apache.rat
Methods in org.apache.rat with parameters of type AddLicenseHeadersModifier and TypeMethodDescriptionvoidReportConfiguration.setAddLicenseHeaders(AddLicenseHeaders addLicenseHeaders) Sets whether RAT should enable, disable, or force the adding of license headers. -
Uses of AddLicenseHeaders in org.apache.rat.config
Subclasses with type arguments of type AddLicenseHeaders in org.apache.rat.configModifier and TypeClassDescriptionenumValue of addLicenseHeaders configuration option.Methods in org.apache.rat.config that return AddLicenseHeadersModifier and TypeMethodDescriptionstatic AddLicenseHeadersReturns the enum constant of this class with the specified name.static AddLicenseHeaders[]AddLicenseHeaders.values()Returns an array containing the constants of this enum class, in the order they are declared.