public class Parser extends Object
| Constructor and Description |
|---|
Parser(org.gradle.api.Project project,
CopyrightrPluginExtension extension)
Create a new parser object which will loop through the lines of the file
looking for copyright notices and (potentially) update them
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse()
Parse the files, looking for the copyright notice, then print out a
summary, if the failOnMissing flag is set and there are missing
copyright notices, the build will fail.
|
public Parser(org.gradle.api.Project project,
CopyrightrPluginExtension extension)
project - The Gradle projectextension - The plugin extension with the options