public class ClaimStatistic extends Object
Constructor and Description |
---|
ClaimStatistic() |
Modifier and Type | Method and Description |
---|---|
Map |
getDocumentCategoryMap()
Returns a map with the file types.
|
Map |
getLicenseFileCodeMap()
Returns a map with the license family codes.
|
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(Map pDocumentCategoryMap)
Sets a map with the file types.
|
void |
setLicenseFileCodeMap(Map pLicenseFamilyCodeMap)
Sets a map with the license family codes.
|
void |
setLicenseFileNameMap(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.
|
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(Map pDocumentCategoryMap)
public Map getDocumentCategoryMap()
public Map getLicenseFileCodeMap()
public void setLicenseFileCodeMap(Map pLicenseFamilyCodeMap)
public Map getLicenseFileNameMap()
public void setLicenseFileNameMap(Map pLicenseFamilyNameMap)
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.