Uses of Class
com.google.code.mojo.license.header.HeaderDefinition
-
Packages that use HeaderDefinition Package Description 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 Modifier and Type Method Description HeaderDefinition
Document. getHeaderDefinition()
Constructors in com.google.code.mojo.license.document with parameters of type HeaderDefinition Constructor Description Document(File file, HeaderDefinition headerDefinition, String encoding, String[] keywords)
-
Uses of HeaderDefinition in com.google.code.mojo.license.header
Methods in com.google.code.mojo.license.header that return HeaderDefinition Modifier and Type Method Description HeaderDefinition
HeaderType. getDefinition()
Returns theHeaderDefinition
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 Modifier and Type Method Description static Map<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.Map<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 Modifier and Type Method Description String
Header. buildForDefinition(HeaderDefinition type, boolean unix)
Constructors in com.google.code.mojo.license.header with parameters of type HeaderDefinition Constructor Description HeaderParser(FileContent fileContent, HeaderDefinition headerDefinition, String[] keywords)
Creates aHeaderParser
object linked to the given file content and the associated header definition based on the file type.
-