Class CacheReport
java.lang.Object
org.apache.maven.buildcache.xml.report.CacheReport
- All Implemented Interfaces:
Serializable
Class CacheReport.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProject(ProjectReport projectReport) Method addProject.Get the modelEncoding field.Method getProjects.voidremoveProject(ProjectReport projectReport) Method removeProject.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetProjects(List<ProjectReport> projects) Set the projects field.
-
Constructor Details
-
CacheReport
public CacheReport()
-
-
Method Details
-
addProject
Method addProject.- Parameters:
projectReport- a projectReport object.
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getProjects
Method getProjects.- Returns:
- List
-
removeProject
Method removeProject.- Parameters:
projectReport- a projectReport object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setProjects
Set the projects field.- Parameters:
projects- a projects object.
-