Uses of Class
com.google.code.mojo.license.header.HeaderType

Packages that use HeaderType
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
 HeaderType DocumentType.getDefaultHeaderType()
           
 

Uses of HeaderType in com.google.code.mojo.license.header
 

Methods in com.google.code.mojo.license.header that return HeaderType
static HeaderType HeaderType.fromName(java.lang.String name)
          Returns the HeaderType 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.
 



Copyright © 2008-2010 Mathieu Carbou. All Rights Reserved.