public class Statistics extends Object
| Constructor and Description |
|---|
Statistics() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumFiles()
Get the total number of files scanned
|
int |
getNumFound()
Get the number of copyright notices found
|
int |
getNumMissing()
Get the number of missing copyright notices
|
int |
getNumNotUpdated()
Get the number of files that were not updated
|
int |
getNumUpdated()
Get the number of files that were updated
|
void |
incrementNumFiles()
increment the number of files
|
void |
incrementNumFound()
increment the number of files with copyright notices found
|
void |
incrementNumMissing()
increment the number of files with copyright notices missing
|
void |
incrementNumNotUpdated()
increment the number of files that the copyright was not updated
|
void |
incrementNumUpdated()
increment the number of files that the copyright was updated
|
public void incrementNumFiles()
public void incrementNumFound()
public void incrementNumMissing()
public void incrementNumUpdated()
public void incrementNumNotUpdated()
public int getNumFiles()
public int getNumFound()
public int getNumMissing()
public int getNumUpdated()
public int getNumNotUpdated()