source: release-kits/lirk3/bin/ant-installer/web/manual1.6.2/manual/base_task_classes.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.5 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>
11These classes are designed to be extended. Always start here when writing your own task.
12
13<table border="1" cellpadding="2" cellspacing="0">
14<thead>
15<tr>
16<th>
17Class
18</th>
19<th>
20Description
21</th>
22</tr>
23</thead>
24<tbody>
25<tr>
26<td>
27<a href="api/org/apache/tools/ant/Task.html">Task</a>
28</td>
29<td>
30Base class for all tasks.
31</td>
32</tr>
33
34<tr>
35<td>
36<a href="api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html">AbstractCvsTask</a>
37</td>
38<td>
39Another task can extend this with some customized output processing
40</td>
41</tr>
42
43<tr>
44<td>
45<a href="api/org/apache/tools/ant/taskdefs/JDBCTask.html">JDBCTask</a>
46</td>
47<td>
48Handles JDBC configuration needed by SQL type tasks.
49</td>
50</tr>
51
52<tr>
53<td>
54<a href="api/org/apache/tools/ant/taskdefs/MatchingTask.html">MatchingTask</a>
55</td>
56<td>
57This is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
58</td>
59</tr>
60
61<tr>
62<td>
63<a href="api/org/apache/tools/ant/taskdefs/Pack.html">Pack</a>
64</td>
65<td>
66Abstract Base class for pack tasks.
67</td>
68</tr>
69
70
71<tr>
72<td>
73<a href="api/org/apache/tools/ant/taskdefs/Unpack.html">Unpack</a>
74</td>
75<td>
76Abstract Base class for unpack tasks.
77</td>
78</tr>
79
80</tbody>
81</table>
82
83<hr>
84<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
85Reserved.</p>
86
87</body>
88</html>
Note: See TracBrowser for help on using the repository browser.