|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(File file,
HeaderDefinition headerDefinition,
String encoding,
String[] keywords)
|
|
| Constructor parameters in com.google.code.mojo.license.document with type arguments of type HeaderDefinition | |
|---|---|
DocumentFactory(File basedir,
Map<String,String> mapping,
Map<String,HeaderDefinition> definitions,
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 | |
|---|---|
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 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 | |
|---|---|
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,
String[] keywords)
Creates a HeaderParser object linked to the given file content and the associated header definition
based on the file type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||