Uses of Class
com.google.code.mojo.license.header.HeaderType
-
Packages that use HeaderType Package Description com.google.code.mojo.license.document com.google.code.mojo.license.header -
-
Uses of HeaderType in com.google.code.mojo.license.document
Methods in com.google.code.mojo.license.document that return HeaderType Modifier and Type Method Description HeaderType
DocumentType. getDefaultHeaderType()
-
Uses of HeaderType in com.google.code.mojo.license.header
Methods in com.google.code.mojo.license.header that return HeaderType Modifier and Type Method Description static HeaderType
HeaderType. fromName(String name)
Returns theHeaderType
declared in this enumeration for the given header type name.static HeaderType
HeaderType. 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.
-