blob: 4f104c29371da03ee33e6da33dfc0afe51b69c84 [file] [log] [blame]
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +00001<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
4<head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
7 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
8 <title>JaCoCo - Documentation</title>
9</head>
10<body>
11
12<div class="breadcrumb">
13 <a href="../index.html" class="el_report">JaCoCo</a> &gt;
14 <span class="el_group">Documentation</span>
15</div>
16<div id="content">
17
18<h1>Documentation</h1>
19
20<h3>Concepts</h3>
21
22<p>
23 See what this is all about and understand the basic ideas.
24</p>
25
26<ul>
27 <li><a href="mission.html">Mission</a></li>
28 <li><a href="integrations.html">Integration Matrix</a></li>
29 <li><i>Introduction to Code Coverage</i></li>
30 <li><a href="counters.html">Coverage Counters</a></li>
31</ul>
32
33<h3>Using JaCoCo</h3>
34
35<p>
36 Use JaCoCo tools out-of-the-box.
37</p>
38
39<ul>
40 <li><a href="ant.html">Ant Tasks</a></li>
41 <li><a href="maven.html">Maven Plug-in</a></li>
42 <li><a href="examples/ant/build.xml">Ant Usage Example</a></li>
43 <li><a href="agent.html">Java Agent</a></li>
44 <li><a href="support.html">Support and Feedback</a></li>
45</ul>
46
47<h3>Integrating JaCoCo</h3>
48
49<p>
50 Integrate JaCoCo technology with your tools.
51</p>
52
53<ul>
54 <li><a href="api/index.html">API JavaDoc</a></li>
55 <li><a href="api.html">API Usage Examples</a></li>
56 <li><a href="../coverage/report.dtd">XML Report DTD</a></li>
57 <li><a href="repo.html">Maven Repository</a></li>
58</ul>
59
60<h3>Developing JaCoCo</h3>
61
62<p>
63 Improve the implementation and add new features.
64</p>
65
66<ul>
67 <li><a href="environment.html">Development Environment</a></li>
68 <li><a href="conventions.html">Conventions</a></li>
69 <li><a href="build.html">Build</a></li>
70 <li><a href="implementation.html">Implementation Design</a></li>
71 <li><a href="flow.html">Control Flow Analysis</a></li>
72</ul>
73
74<h3>Miscellaneous</h3>
75
76<ul>
77 <li><a href="changes.html">Change Log</a></li>
78 <li><a href="license.html">License</a></li>
79 <li><a href="team.html">Team</a></li>
80</ul>
81
82</div>
83<div class="footer">
84 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
85 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
86</div>
87
88</body>
89</html>