aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/api.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2010-05-18 16:47:18 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2010-05-18 16:47:18 +0000
commit7428036cc37c2104fe807257e97d6897a189edf2 (patch)
tree053b70965ddf07717344e6459a7c6b59eca3b578 /org.jacoco.doc/docroot/doc/api.html
parente4b0fede262e9df8546def83e68c687656f539ba (diff)
downloadjacoco-7428036cc37c2104fe807257e97d6897a189edf2.tar.gz
Trac #82: Initial drop of the remote controller implementations.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/api.html')
-rw-r--r--org.jacoco.doc/docroot/doc/api.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/org.jacoco.doc/docroot/doc/api.html b/org.jacoco.doc/docroot/doc/api.html
index df8a1606..964a46f8 100644
--- a/org.jacoco.doc/docroot/doc/api.html
+++ b/org.jacoco.doc/docroot/doc/api.html
@@ -33,23 +33,29 @@
</thead>
<tbody>
<tr>
- <td><a href="examples/CoreTutorial.java">CoreTutorial.java</a></td>
+ <td><a class="el_source" href="examples/CoreTutorial.java">CoreTutorial.java</a></td>
<td>This tutorial-like example instruments, executes and analyzes a single
target class. Finally line coverage information is printed to the
console.
</td>
</tr>
<tr>
- <td><a href="examples/ClassInfo.java">ClassInfo.java</a></td>
+ <td><a class="el_source" href="examples/ClassInfo.java">ClassInfo.java</a></td>
<td>This example writes JaCoCo specific information for given Java class
files.
</td>
</tr>
<tr>
- <td><a href="examples/ExecDump.java">ExecDump.java</a></td>
+ <td><a class="el_source" href="examples/ExecDump.java">ExecDump.java</a></td>
<td>Utility to dump the content of execution data files in readable form.
</td>
</tr>
+ <tr>
+ <td><a class="el_source" href="examples/ExecutionDataServer.java">ExecutionDataServer.java</a></td>
+ <td>This example starts a socket server to collect coverage from agents
+ over the remote protocol.
+ </td>
+ </tr>
</tbody>
</table>