|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.Coverage
public class Coverage
A model of an application's code coverage.
| Constructor Summary | |
|---|---|
Coverage()
|
|
| Method Summary | |
|---|---|
List<CodeClass> |
getClasses()
The class coverage model if the language is class-oriented |
List<CodeFile> |
getCodeFiles()
The source file coverage model if the language is script or template-oriented |
List<Library> |
getLibraries()
Return the libraries in use by the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Coverage()
| Method Detail |
|---|
public List<CodeClass> getClasses()
public List<CodeFile> getCodeFiles()
public List<Library> getLibraries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||