|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
public class FileMetricDataModel
The data model for FileMetric DPD display. This data model accommodates multiple Projects. For each project, the data model indicates the file types in the Project along with how much LOC they had for the day.
Constructor Summary | |
---|---|
FileMetricDataModel()
The default FileMetricDataModel, which contains no build information. |
Method Summary | |
---|---|
void |
clear()
Sets this model to its empty state. |
FileMetricData |
getFileMetricData(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
Return the FileMetricData instance associated with the specified project. |
java.util.List<FileMetricData> |
getFileMetricDataList()
Returns the list of FileMetricData instances, needed for markup. |
boolean |
isEmpty()
Returns true if this data model contains no information. |
void |
update()
Updates this data model to reflect the build information associated with the selected projects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileMetricDataModel()
Method Detail |
---|
public void update()
public void clear()
public boolean isEmpty()
public FileMetricData getFileMetricData(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
project
- The project.
public java.util.List<FileMetricData> getFileMetricDataList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |