|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rat.report.claim.ClaimStatistic
public class ClaimStatistic
This class provides a numerical overview about the report.
Constructor Summary | |
---|---|
ClaimStatistic()
|
Method Summary | |
---|---|
java.util.Map |
getDocumentCategoryMap()
Returns a map with the file types. |
java.util.Map |
getLicenseFileCodeMap()
Returns a map with the license family codes. |
java.util.Map |
getLicenseFileNameMap()
Returns a map with the license family codes. |
int |
getNumApproved()
Returns the number of files with approved licenses. |
int |
getNumGenerated()
Returns the number of generated files. |
int |
getNumUnApproved()
Returns the number of files with unapproved licenses. |
int |
getNumUnknown()
Returns the number of files, which are neither generated nor have a known license header. |
void |
setDocumentCategoryMap(java.util.Map pDocumentCategoryMap)
Sets a map with the file types. |
void |
setLicenseFileCodeMap(java.util.Map pLicenseFamilyCodeMap)
Sets a map with the license family codes. |
void |
setLicenseFileNameMap(java.util.Map pLicenseFamilyNameMap)
Returns a map with the license family codes. |
void |
setNumApproved(int pNumApproved)
Sets the number of files with approved licenses. |
void |
setNumGenerated(int pNumGenerated)
Returns the number of generated files. |
void |
setNumUnApproved(int pNumUnApproved)
Returns the number of files with unapproved licenses. |
void |
setNumUnknown(int pNumUnknown)
Sets the number of files, which are neither generated nor have a known license header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClaimStatistic()
Method Detail |
---|
public int getNumApproved()
public void setNumApproved(int pNumApproved)
public int getNumUnApproved()
getNumUnknown()
public void setNumUnApproved(int pNumUnApproved)
setNumUnknown(int)
public int getNumGenerated()
public void setNumGenerated(int pNumGenerated)
public int getNumUnknown()
public void setNumUnknown(int pNumUnknown)
public void setDocumentCategoryMap(java.util.Map pDocumentCategoryMap)
public java.util.Map getDocumentCategoryMap()
public java.util.Map getLicenseFileCodeMap()
public void setLicenseFileCodeMap(java.util.Map pLicenseFamilyCodeMap)
public java.util.Map getLicenseFileNameMap()
public void setLicenseFileNameMap(java.util.Map pLicenseFamilyNameMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |