Modifier and Type | Method and Description |
---|---|
Map<String,String> |
PropertiesProvider.getAdditionalProperties(AbstractLicenseMojo mojo,
Properties currentProperties,
Document document) |
void |
Callback.onExistingHeader(Document document,
Header header) |
void |
Callback.onHeaderNotFound(Document document,
Header header) |
void |
Callback.onUnknownFile(Document document,
Header header) |
void |
AbstractLicenseMojo.AbstractCallback.onUnknownFile(Document document,
Header header) |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentFactory.createDocuments(String file) |
Modifier and Type | Method and Description |
---|---|
Properties |
DocumentPropertiesLoader.load(Document d) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CopyrightRangeProvider.getAdditionalProperties(AbstractLicenseMojo mojo,
Properties properties,
Document document)
Returns an unmodifiable map containing two entries "license.git.copyrightLastYear" and
"license.git.copyrightYears" whose values are set based on inspecting git history.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Header.isMatchForText(Document d,
HeaderDefinition headerDefinition,
boolean unix,
String encoding) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
SVNPropertiesProvider.getAdditionalProperties(AbstractLicenseMojo mojo,
Properties currentProperties,
Document document)
Provides information on the given document.
|
Copyright © 2008–2016 Mycila. All rights reserved.