source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/docs/manual/base_task_classes.html@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 1.6 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>Tasks Desinged for Extension</title>
6<link rel="stylesheet" type="text/css" href="stylesheets/antmanual.css">
7</head>
8
9<body>
10<h1>Tasks Designed for Extension</h1>
11
12<p>These classes are designed to be extended. Always start here when writing your own task.</p>
13
14<p><strong>The links will not work in the online version of this document.</strong></p>
15
16<table border="1">
17<thead>
18<tr>
19<th>
20Class
21</th>
22<th>
23Description
24</th>
25</tr>
26</thead>
27<tbody>
28<tr>
29<td>
30<a href="api/org/apache/tools/ant/Task.html">Task</a>
31</td>
32<td>
33Base class for all tasks.
34</td>
35</tr>
36
37<tr>
38<td>
39<a href="api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html">AbstractCvsTask</a>
40</td>
41<td>
42Another task can extend this with some customized output processing
43</td>
44</tr>
45
46<tr>
47<td>
48<a href="api/org/apache/tools/ant/taskdefs/JDBCTask.html">JDBCTask</a>
49</td>
50<td>
51Handles JDBC configuration needed by SQL type tasks.
52</td>
53</tr>
54
55<tr>
56<td>
57<a href="api/org/apache/tools/ant/taskdefs/MatchingTask.html">MatchingTask</a>
58</td>
59<td>
60This is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
61</td>
62</tr>
63
64<tr>
65<td>
66<a href="api/org/apache/tools/ant/taskdefs/Pack.html">Pack</a>
67</td>
68<td>
69Abstract Base class for pack tasks.
70</td>
71</tr>
72
73
74<tr>
75<td>
76<a href="api/org/apache/tools/ant/taskdefs/Unpack.html">Unpack</a>
77</td>
78<td>
79Abstract Base class for unpack tasks.
80</td>
81</tr>
82
83</tbody>
84</table>
85
86<hr>
87<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
88Reserved.</p>
89
90</body>
91</html>
Note: See TracBrowser for help on using the repository browser.