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 HeaderDefinitionDocument. headerDefinitionFields 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. definitionsMethods in com.google.code.mojo.license.document that return HeaderDefinition Modifier and Type Method Description HeaderDefinitionDocument. 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 HeaderDefinitionAdditionalHeaderDefinition.FeedProperty. definitionprivate HeaderDefinitionHeaderType. definitionprivate HeaderDefinitionHeaderParser. headerDefinitionFields 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. definitionsprivate static java.util.Map<java.lang.String,HeaderDefinition>HeaderType. DEFINITIONSMethods in com.google.code.mojo.license.header that return HeaderDefinition Modifier and Type Method Description HeaderDefinitionHeaderType. getDefinition()Returns theHeaderDefinitionwhich corresponds to this enumeration instance.HeaderDefinitionHeaderParser. 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.StringHeader. 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 aHeaderParserobject linked to the given file content and the associated header definition based on the file type.
-