Marc R. Hoffmann | e571f3f | 2012-05-13 12:18:02 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 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> |
Marc R. Hoffmann | e571f3f | 2012-05-13 12:18:02 +0000 | [diff] [blame] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | <link rel="stylesheet" href=".resources/doc.css" charset="UTF-8" type="text/css" /> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 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> > |
| 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> |
Marc R. Hoffmann | a3aa78b | 2012-05-02 18:56:47 +0000 | [diff] [blame] | 41 | <li><a href="examples/build/build.xml">Ant Usage Example</a></li> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 42 | <li><a href="maven.html">Maven Plug-in</a></li> |
Marc R. Hoffmann | 7830927 | 2012-05-02 19:25:44 +0000 | [diff] [blame] | 43 | <li><a href="examples/build/pom.xml">Maven Usage Example</a></li> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 44 | <li><a href="agent.html">Java Agent</a></li> |
Marc R. Hoffmann | 0b8331b | 2012-09-19 20:45:37 +0200 | [diff] [blame^] | 45 | <li><a href="faq.html">FAQ</a></li> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 46 | <li><a href="support.html">Support and Feedback</a></li> |
| 47 | </ul> |
| 48 | |
| 49 | <h3>Integrating JaCoCo</h3> |
| 50 | |
| 51 | <p> |
| 52 | Integrate JaCoCo technology with your tools. |
| 53 | </p> |
| 54 | |
| 55 | <ul> |
| 56 | <li><a href="api/index.html">API JavaDoc</a></li> |
| 57 | <li><a href="api.html">API Usage Examples</a></li> |
| 58 | <li><a href="../coverage/report.dtd">XML Report DTD</a></li> |
| 59 | <li><a href="repo.html">Maven Repository</a></li> |
| 60 | </ul> |
| 61 | |
| 62 | <h3>Developing JaCoCo</h3> |
| 63 | |
| 64 | <p> |
| 65 | Improve the implementation and add new features. |
| 66 | </p> |
| 67 | |
| 68 | <ul> |
| 69 | <li><a href="environment.html">Development Environment</a></li> |
| 70 | <li><a href="conventions.html">Conventions</a></li> |
| 71 | <li><a href="build.html">Build</a></li> |
| 72 | <li><a href="implementation.html">Implementation Design</a></li> |
| 73 | <li><a href="flow.html">Control Flow Analysis</a></li> |
| 74 | </ul> |
| 75 | |
| 76 | <h3>Miscellaneous</h3> |
| 77 | |
| 78 | <ul> |
| 79 | <li><a href="changes.html">Change Log</a></li> |
| 80 | <li><a href="license.html">License</a></li> |
| 81 | <li><a href="team.html">Team</a></li> |
| 82 | </ul> |
| 83 | |
| 84 | </div> |
| 85 | <div class="footer"> |
| 86 | <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span> |
| 87 | <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors |
| 88 | </div> |
| 89 | |
| 90 | </body> |
| 91 | </html> |