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
Fields in com.google.code.mojo.license.document declared as HeaderType Modifier and Type Field Description private HeaderType
DocumentType. defaultHeaderType
Methods in com.google.code.mojo.license.document that return HeaderType Modifier and Type Method Description HeaderType
DocumentType. getDefaultHeaderType()
Constructors in com.google.code.mojo.license.document with parameters of type HeaderType Constructor Description DocumentType(java.lang.String extension, HeaderType defaultHeaderType)
-
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(java.lang.String name)
Returns theHeaderType
declared in this enumeration for the given header type name.static HeaderType
HeaderType. valueOf(java.lang.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.
-