Uses of Class
com.google.code.mojo.license.header.HeaderDefinition
-
Packages that use HeaderDefinition Package Description com.google.code.mojo.license com.google.code.mojo.license.document com.google.code.mojo.license.header -
-
Uses of HeaderDefinition in com.google.code.mojo.license
Methods in com.google.code.mojo.license that return types with arguments of type HeaderDefinition Modifier and Type Method Description private java.util.Map<java.lang.String,HeaderDefinition>
AbstractLicenseMojo. buildHeaderDefinitions()
-
Uses of HeaderDefinition in com.google.code.mojo.license.document
Fields in com.google.code.mojo.license.document declared as HeaderDefinition Modifier and Type Field Description private HeaderDefinition
Document. headerDefinition
Fields in com.google.code.mojo.license.document with type parameters of type HeaderDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,HeaderDefinition>
DocumentFactory. definitions
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(java.io.File file, HeaderDefinition headerDefinition, java.lang.String encoding, java.lang.String[] keywords)
-
Uses of HeaderDefinition in com.google.code.mojo.license.header
Fields in com.google.code.mojo.license.header declared as HeaderDefinition Modifier and Type Field Description private HeaderDefinition
AdditionalHeaderDefinition.FeedProperty. definition
private HeaderDefinition
HeaderType. definition
private HeaderDefinition
HeaderParser. headerDefinition
Fields in com.google.code.mojo.license.header with type parameters of type HeaderDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,HeaderDefinition>
AdditionalHeaderDefinition. definitions
private static java.util.Map<java.lang.String,HeaderDefinition>
HeaderType. DEFINITIONS
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 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 Modifier and Type Method Description java.lang.String
Header. buildForDefinition(HeaderDefinition type, boolean unix)
Constructors in com.google.code.mojo.license.header with parameters of type HeaderDefinition Constructor Description FeedProperty(HeaderDefinition definition)
HeaderParser(FileContent fileContent, HeaderDefinition headerDefinition, java.lang.String[] keywords)
Creates aHeaderParser
object linked to the given file content and the associated header definition based on the file type.
-