|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.CodeFile
public class CodeFile
A source code file, like a Ruby script, ColdFusion template, etc.
| Constructor Summary | |
|---|---|
CodeFile()
|
|
| Method Summary | |
|---|---|
int |
getHittableLines()
Return the number of hittable lines in the file. |
long |
getLastModified()
Return the last modified time of this file. |
int |
getLinesHit()
Return the number of lines executed in the file. |
String |
getPath()
The path to the code file within the app root. |
String |
getSha1()
Return the SHA1 of the file. |
int |
getTotalLines()
Return the number of total lines in the file, including those that aren't executable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodeFile()
| Method Detail |
|---|
public String getPath()
public String getSha1()
public long getLastModified()
public int getLinesHit()
public int getHittableLines()
public int getTotalLines()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||