Uses of Class
com.mycila.maven.plugin.license.header.Header
-
Packages that use Header Package Description com.mycila.maven.plugin.license com.mycila.maven.plugin.license.document -
-
Uses of Header in com.mycila.maven.plugin.license
Methods in com.mycila.maven.plugin.license with parameters of type Header Modifier and Type Method Description voidCallback. onExistingHeader(Document document, Header header)voidCallback. onHeaderNotFound(Document document, Header header)voidCallback. onUnknownFile(Document document, Header header) -
Uses of Header in com.mycila.maven.plugin.license.document
Methods in com.mycila.maven.plugin.license.document with parameters of type Header Modifier and Type Method Description booleanDocument. hasHeader(Header header, boolean strictCheck)booleanDocument. is(Header header)voidDocument. updateHeader(Header header)
-