Uses of Class
com.mycila.maven.plugin.license.document.Document
-
Packages that use Document Package Description com.mycila.maven.plugin.license com.mycila.maven.plugin.license.document com.mycila.maven.plugin.license.header -
-
Uses of Document in com.mycila.maven.plugin.license
Methods in com.mycila.maven.plugin.license with parameters of type Document Modifier and Type Method Description default Map<String,String>PropertiesProvider. adjustProperties(com.mycila.maven.plugin.license.AbstractLicenseMojo mojo, Map<String,String> currentProperties, Document document)default Map<String,String>PropertiesProvider. getAdditionalProperties(com.mycila.maven.plugin.license.AbstractLicenseMojo mojo, Properties currentProperties, Document document)Deprecated.voidCallback. onExistingHeader(Document document, Header header)voidCallback. onHeaderNotFound(Document document, Header header)voidCallback. onUnknownFile(Document document, Header header) -
Uses of Document in com.mycila.maven.plugin.license.document
Methods in com.mycila.maven.plugin.license.document that return Document Modifier and Type Method Description DocumentDocumentFactory. createDocuments(String file)Methods in com.mycila.maven.plugin.license.document with parameters of type Document Modifier and Type Method Description Map<String,String>DocumentPropertiesLoader. load(Document d) -
Uses of Document in com.mycila.maven.plugin.license.header
Methods in com.mycila.maven.plugin.license.header with parameters of type Document Modifier and Type Method Description booleanHeader. isMatchForText(Document d, HeaderDefinition headerDefinition, boolean unix, String encoding)
-