Uses of Class
com.mycila.maven.plugin.license.header.HeaderType
-
Packages that use HeaderType Package Description com.mycila.maven.plugin.license.document com.mycila.maven.plugin.license.header -
-
Uses of HeaderType in com.mycila.maven.plugin.license.document
Methods in com.mycila.maven.plugin.license.document that return HeaderType Modifier and Type Method Description HeaderTypeDocumentType. getDefaultHeaderType() -
Uses of HeaderType in com.mycila.maven.plugin.license.header
Methods in com.mycila.maven.plugin.license.header that return HeaderType Modifier and Type Method Description static HeaderTypeHeaderType. fromName(String name)Returns theHeaderTypedeclared in this enumeration for the given header type name.static HeaderTypeHeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static HeaderType[]HeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-