Uses of Class
org.apache.rat.config.AddLicenseHeaders
-
Packages that use AddLicenseHeaders Package Description org.apache.rat.config Contains source code management / revision control information used during plugin runs. -
-
Uses of AddLicenseHeaders in org.apache.rat.config
Methods in org.apache.rat.config that return AddLicenseHeaders Modifier and Type Method Description static AddLicenseHeaders
AddLicenseHeaders. valueOf(java.lang.String name)
Returns 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.
-