Uses of Enum
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
Methods in org.apache.rat.config that return AddLicenseHeadersModifier and TypeMethodDescriptionstatic AddLicenseHeadersReturns the enum constant of this type with the specified name.static AddLicenseHeaders[]AddLicenseHeaders.values()Returns an array containing the constants of this enum type, in the order they are declared.