org.codehaus.mojo.rat
Class RatStatistics

java.lang.Object
  extended by org.codehaus.mojo.rat.RatStatistics

public class RatStatistics
extends java.lang.Object

An instance of this class is used to report statistics.


Constructor Summary
RatStatistics()
           
 
Method Summary
 int getNumApprovedLicenses()
          Returns the number of files with unapproved licenses.
 int getNumUnapprovedLicenses()
          Returns the number of files with unapproved licenses.
 void setNumApprovedLicenses(int numApprovedLicenses)
          Sets the number of files with approved licenses.
 void setNumUnapprovedLicenses(int numUnapprovedLicenses)
          Sets the number of files with unapproved licenses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatStatistics

public RatStatistics()
Method Detail

getNumUnapprovedLicenses

public int getNumUnapprovedLicenses()
Returns the number of files with unapproved licenses.


setNumUnapprovedLicenses

public void setNumUnapprovedLicenses(int numUnapprovedLicenses)
Sets the number of files with unapproved licenses.


getNumApprovedLicenses

public int getNumApprovedLicenses()
Returns the number of files with unapproved licenses.


setNumApprovedLicenses

public void setNumApprovedLicenses(int numApprovedLicenses)
Sets the number of files with approved licenses.



Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.