|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.perforce.PerforceChangeListData.PerforceFileData
public static class PerforceChangeListData.PerforceFileData
Inner class that provides information on a single file.
Constructor Summary | |
---|---|
PerforceChangeListData.PerforceFileData(java.lang.String fileName,
int linesAdded,
int linesDeleted,
int linesModified,
int totalLoc)
Create a record with info about the given file. |
Method Summary | |
---|---|
java.lang.String |
getFileName()
Returns the file name. |
int |
getLinesAdded()
Returns the lines added. |
int |
getLinesDeleted()
Returns the lines deleted. |
int |
getLinesModified()
Returns the lines modified. |
int |
getTotalLines()
Returns the total number of lines. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerforceChangeListData.PerforceFileData(java.lang.String fileName, int linesAdded, int linesDeleted, int linesModified, int totalLoc)
fileName
- The name.linesAdded
- Lines added.linesDeleted
- Lines deleted.linesModified
- Lines modified.totalLoc
- The total loc.Method Detail |
---|
public java.lang.String getFileName()
public int getLinesAdded()
public int getLinesDeleted()
public int getLinesModified()
public int getTotalLines()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |