aboutsummaryrefslogtreecommitdiff
path: root/src/xdocs/extending.xml
blob: 3cfdeeb49b5187d2ef88cc90c59c09131aca4074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>

<document xmlns="http://maven.apache.org/XDOC/2.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

  <head>
    <title>Extending Checkstyle</title>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"/>
    <script type="text/javascript" src="js/anchors.js"/>
    <script type="text/javascript" src="js/google-analytics.js"/>
    <link rel="icon" href="images/favicon.png" type="image/x-icon" />
    <link rel="shortcut icon" href="images/favicon.ico" type="image/ico" />
  </head>

  <body>
    <section name="Extending Checkstyle">
      <p>
        This section covers the ways that Checkstyle's behaviour can be
        extended, including writing your own checks.
      </p>

      <ul>
        <li><a href="writingchecks.html">Writing checks</a>;</li>
        <li><a href="writingfilters.html">Writing filters</a>;</li>
        <li><a href="writinglisteners.html">Writing listeners</a>.</li>
      </ul>
    </section>
  </body>
</document>