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