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

Packages that use HeaderDefinition
com.google.code.mojo.license.document   
com.google.code.mojo.license.header   
 

Uses of HeaderDefinition in com.google.code.mojo.license.document
 

Methods in com.google.code.mojo.license.document that return HeaderDefinition
 HeaderDefinition Document.getHeaderDefinition()
           
 

Constructors in com.google.code.mojo.license.document with parameters of type HeaderDefinition
Document(java.io.File file, HeaderDefinition headerDefinition, java.lang.String encoding, java.lang.String[] keywords)
           
 

Constructor parameters in com.google.code.mojo.license.document with type arguments of type HeaderDefinition
DocumentFactory(java.io.File basedir, java.util.Map<java.lang.String,java.lang.String> mapping, java.util.Map<java.lang.String,HeaderDefinition> definitions, java.lang.String encoding, java.lang.String[] keywords)
           
 

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

Methods in com.google.code.mojo.license.header that return HeaderDefinition
 HeaderDefinition HeaderType.getDefinition()
          Returns the HeaderDefinition which corresponds to this enumeration instance.
 HeaderDefinition HeaderParser.getHeaderDefinition()
          Returns the header definition associated to this header parser (itself bounded to a file).
 

Methods in com.google.code.mojo.license.header that return types with arguments of type HeaderDefinition
static java.util.Map<java.lang.String,HeaderDefinition> HeaderType.defaultDefinitions()
          Returns the header definitions of every default definitions declared by this enumeration as a map using the header type name as key.
 java.util.Map<java.lang.String,HeaderDefinition> AdditionalHeaderDefinition.getDefinitions()
          Returns the header definitions declared by the external header definition as a map using the header type name as key.
 

Methods in com.google.code.mojo.license.header with parameters of type HeaderDefinition
 java.lang.String Header.buildForDefinition(HeaderDefinition type, boolean unix)
           
 

Constructors in com.google.code.mojo.license.header with parameters of type HeaderDefinition
HeaderParser(FileContent fileContent, HeaderDefinition headerDefinition, java.lang.String[] keywords)
          Creates a HeaderParser object linked to the given file content and the associated header definition based on the file type.
 



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